-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCaml API: update links in opam files
- Loading branch information
1 parent
6484c1b
commit 0a43e01
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"} | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"} | ||
|
@@ -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" |