opam-version: "2.0" maintainer: "Etienne Millon " authors: "Etienne Millon " homepage: "https://github.com/emillon/ocaml-noise" bug-reports: "https://github.com/emillon/ocaml-noise/issues" license: "BSD-2-Clause" dev-repo: "git+https://github.com/emillon/ocaml-noise.git" doc: "https://emillon.github.io/ocaml-noise/doc" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.04.0"} "callipyge" {>= "0.2"} "cstruct" "digestif" {>= "0.6" & < "0.7"} "dune" {>= "1.1.0"} "eqaf" "hex" "lwt_ppx" {with-test} "lwt" {with-test & < "5.0.0"} "nocrypto" "ounit" {with-test} "ppx_deriving" "ppx_deriving_yojson" {with-test} "ppx_let" "ppxlib" {build & < "0.9.0"} ] conflicts: [ "eqaf" {= "0.3"} ] synopsis: "The Noise Protocol Framework" description: """ This library contains an implementation of the Noise Protocol Framework using different cryptographic libraries.""" url { src: "https://github.com/emillon/ocaml-noise/releases/download/v0.1.0/noise-0.1.0.tbz" checksum: [ "sha256=6809bc260f7069faadb5cc75223eaa200295bf50bd0cae59a1c0eac244889461" "md5=774071c77e418b5c6ab6a08840b2fa73" ] }