opam-version: "2.0"
maintainer: "Etienne Millon <me@emillon.org>"
authors: "Etienne Millon <me@emillon.org>"
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"] {pinned}
  ["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" {< "v0.15"}
  "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: "md5=774071c77e418b5c6ab6a08840b2fa73"
}
