opam-version: "2.0"
maintainer:   "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors:      "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage:     "https://github.com/oklm-wsh/callipyge"
bug-reports:  "https://github.com/oklm-wsh/callipyge/issues"
dev-repo: "git+https://github.com/oklm-wsh/callipyge.git"
doc:          "https://oklm-wsh.github.io/callipyge/"
license:      "MIT"

build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder"
  "fmt"
  "eqaf"
  "alcotest" {with-test}
]
conflicts: [
  "eqaf" {= "0.3"}
]
synopsis: "Pure OCaml implementation of Curve25519."
description: "Pure OCaml implementation of Curve25519."
url {
  src:
    "https://github.com/oklm-wsh/callipyge/releases/download/v0.2/callipyge-0.2.tbz"
  checksum: "md5=99084083c29ce79f92330f97b59f5bb4"
}
