We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8fe2b commit 287fd8aCopy full SHA for 287fd8a
monocypher.opam
@@ -0,0 +1,20 @@
1
+opam-version: "2.0"
2
+authors: "Vincent Bernardoff <[email protected]>"
3
+maintainer: "Vincent Bernardoff <[email protected]>"
4
+homepage: "https://github.com/vbmithr/ocaml-monocypher"
5
+bug-reports: "https://github.com/vbmithr/ocaml-monocypher/issues"
6
+dev-repo: "git+https://github.com/vbmithr/ocaml-monocypher"
7
+doc: "https://vbmithr.github.io/ocaml-monocypher/doc"
8
+build: [ "dune" "build" "-j" jobs "-p" name ]
9
+run-test: [ "dune" "runtest" "-j" jobs "-p" name ]
10
+depends: [
11
+ "dune" {>= "1.11.4"}
12
+ "gen" {>= "0.5.2"}
13
+ "bigstring" {>= "0.2"}
14
+ "zarith" {>= "1.9.1"}
15
+ "hex" {with-test & >= "1.4.0"}
16
+ "alcotest" {with-test & >= "0.8.5"}
17
+]
18
+synopsis: "Boring crypto that simply works"
19
+description: """
20
+"""
0 commit comments