this repo has no description
1opam-version: "2.0"
2maintainer: "Etienne Millon <me@emillon.org>"
3authors: "Etienne Millon <me@emillon.org>"
4homepage: "https://github.com/emillon/ocaml-noise"
5bug-reports: "https://github.com/emillon/ocaml-noise/issues"
6license: "BSD-2-Clause"
7dev-repo: "git+https://github.com/emillon/ocaml-noise.git"
8doc: "https://emillon.github.io/ocaml-noise/doc"
9build: [
10 ["dune" "subst"] {dev}
11 ["dune" "build" "-p" name "-j" jobs]
12 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
13]
14depends: [
15 "ocaml" {>= "4.04.0"}
16 "callipyge" {>= "0.2"}
17 "cstruct"
18 "digestif" {>= "0.6" & < "0.7"}
19 "dune" {>= "1.1.0"}
20 "eqaf"
21 "hex"
22 "lwt_ppx" {with-test}
23 "lwt" {with-test & < "5.0.0"}
24 "nocrypto"
25 "ounit" {with-test}
26 "ppx_deriving"
27 "ppx_deriving_yojson" {with-test}
28 "ppx_let"
29 "ppxlib" {build & < "0.9.0"}
30]
31conflicts: [
32 "eqaf" {= "0.3"}
33]
34synopsis: "The Noise Protocol Framework"
35description: """
36This library contains an implementation of the Noise Protocol Framework using
37different cryptographic libraries."""
38url {
39 src:
40 "https://github.com/emillon/ocaml-noise/releases/download/v0.1.0/noise-0.1.0.tbz"
41 checksum: [
42 "sha256=6809bc260f7069faadb5cc75223eaa200295bf50bd0cae59a1c0eac244889461"
43 "md5=774071c77e418b5c6ab6a08840b2fa73"
44 ]
45}