this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/oklm-wsh/callipyge"
5bug-reports: "https://github.com/oklm-wsh/callipyge/issues"
6dev-repo: "git+https://github.com/oklm-wsh/callipyge.git"
7doc: "https://oklm-wsh.github.io/callipyge/"
8license: "MIT"
9
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "dune" {>= "1.0"}
18 "fmt"
19 "eqaf"
20 "alcotest" {with-test}
21]
22conflicts: [
23 "eqaf" {= "0.3"}
24]
25synopsis: "Pure OCaml implementation of Curve25519"
26url {
27 src:
28 "https://github.com/oklm-wsh/callipyge/releases/download/v0.2/callipyge-0.2.tbz"
29 checksum: [
30 "sha256=4fff786bcf31bcae754e08235de71d29cf64c9313d688cae788b794f6e2c641d"
31 "md5=99084083c29ce79f92330f97b59f5bb4"
32 ]
33}