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