opam-version: "1.2"
maintainer: "David Kaloper <david@numm.org>"
authors: "David Kaloper <david@numm.org>"
homepage: "https://github.com/mirleft/ocaml-nocrypto"
bug-reports: "https://github.com/mirleft/ocaml-nocrypto/issues"
license: "ISC"
doc: "https://mirleft.github.io/ocaml-nocrypto/doc"
tags: "org:mirage"
dev-repo: "https://github.com/mirleft/ocaml-nocrypto.git"
build: [
  "ocaml"
  "pkg/pkg.ml"
  "build"
  "--pinned"
  "%{pinned}%"
  "--tests"
  "false"
  "--jobs"
  "1"
  "--with-lwt"
  "%{lwt:installed}%"
  "--xen"
  "%{mirage-xen:installed}%"
  "--freestanding"
  "%{mirage-solo5:installed}%"
  "--accelerate"
  "false"
]
depends: [
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "cpuid" {build}
  "ocb-stubblr" {build}
  "ppx_deriving" {build}
  "ppx_sexp_conv" {build}
  "ounit" {test}
  "cstruct" {>= "2.4.0"}
  "cstruct-lwt"
  "ocplib-endian"
  "zarith"
  "lwt"
  "sexplib"
  ("mirage-no-xen" | ("mirage-xen" "mirage-entropy" "zarith-xen"))
  ("mirage-no-solo5" |
   ("mirage-solo5" "mirage-entropy" "zarith-freestanding"))
]
conflicts: [
  "topkg" {< "0.8.0"}
  "ocb-stubblr" {< "0.1.0"}
  "mirage-xen" {< "2.2.0"}
  "sexplib" {= "v0.9.0"}
]
patches: "0001-Update-to-support-latest-cstruct-and-ppx_sexp_conv-a.patch"
available: [ocaml-version >= "4.02.0"]
