this repo has no description
1opam-version: "2.0" 2homepage: "https://github.com/mirage/mirage-entropy" 3dev-repo: "git+https://github.com/mirage/mirage-entropy.git" 4bug-reports: "https://github.com/mirage/mirage-entropy/issues" 5maintainer: "david@numm.org" 6license: "BSD-2-Clause" 7 8build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" 9 "--with-mirage-xen" "%{mirage-xen:installed}%" 10 "--with-mirage-solo5" "%{mirage-solo5:installed}%" 11 "--with-ocaml-freestanding" "%{ocaml-freestanding:installed}%" 12] 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "ocamlfind" {build} 16 "ocamlbuild" {build} 17 "topkg" {build} 18 "ocb-stubblr" {build} 19 "cstruct" 20 "mirage-os-shim" 21 "lwt" 22] 23depopts: [ 24 "mirage-solo5" 25 "ocaml-freestanding" 26 "mirage-xen" 27] 28conflicts: [ 29 "ocb-stubblr" {< "0.1.0"} 30 "cstruct" {< "1.4.0"} 31 "mirage-xen" {< "2.2.0" | >= "6.0.0"} 32] 33tags: [ "org:mirage"] 34available: arch = "arm" | arch = "x86_32" | arch = "x86_64" | arch = "x86_64" 35synopsis: "Entropy source for MirageOS unikernels." 36authors: ["Hannes Mehnert" "David Kaloper" "Anil Madhavapeddy" "Dave Scott"] 37url { 38 src: "https://github.com/mirage/mirage-entropy/archive/0.4.0.tar.gz" 39 checksum: [ 40 "sha256=fcd2a00d775232ebb6eb582b4e8c22a6317f30a9dff292618cc3b8ed8d2d888f" 41 "md5=ca4ba16d236a9b4137c8ec5bce3b7c51" 42 ] 43} 44flags: deprecated 45post-messages: [ "mirage-entropy is deprecated" ]