Skip to content

Commit

Permalink
OCaml API: update links in opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-dumitrescu authored and franziskuskiefer committed Nov 4, 2022
1 parent 6484c1b commit 0a43e01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ocaml/hacl-star-raw.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ which `hacl-star-raw` is a dependency.
maintainer: "Victor Dumitrescu <[email protected]>"
authors: [ "Project Everest" ]
license: "Apache-2.0"
homepage: "https://hacl-star.github.io/"
bug-reports: "https://github.com/project-everest/hacl-star/issues"
homepage: "https://tech.cryspen.com/hacl-packages/"
bug-reports: "https://github.com/cryspen/hacl-packages/issues"
depends: [
"ocaml" { >= "4.08.0" }
"dune" {>= "1.2"}
Expand All @@ -36,4 +36,4 @@ build: [
install: [
[make "-C" "hacl-star-raw" "install"]
]
dev-repo: "git+https://github.com/project-everest/hacl-star.git"
dev-repo: "git+https://github.com/cryspen/hacl-packages.git"
6 changes: 3 additions & 3 deletions ocaml/hacl-star/hacl-star.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Documentation for this library can be found
maintainer: "Victor Dumitrescu <[email protected]>"
authors: [ "Project Everest" ]
license: "Apache-2.0"
homepage: "https://hacl-star.github.io/"
homepage: "https://tech.cryspen.com/hacl-packages/"
doc: "https://tech.cryspen.com/hacl-packages/ocaml/main/index.html"
bug-reports: "https://github.com/project-everest/hacl-star/issues"
bug-reports: "https://github.com/cryspen/hacl-packages/issues"
depends: [
"ocaml" { >= "4.08.0" }
"dune" {>= "1.2"}
Expand All @@ -38,4 +38,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/project-everest/hacl-star.git"
dev-repo: "git+https://github.com/cryspen/hacl-packages.git"

0 comments on commit 0a43e01

Please sign in to comment.