opam-version: "2.0" maintainer: "hannes@mehnert.org" homepage: "https://github.com/mirage/mirage-random-test" bug-reports: "https://github.com/mirage/mirage-random-test/issues" dev-repo: "git+https://github.com/mirage/mirage-random-test.git" doc: "https://mirage.github.io/mirage-random-test/" authors: ["Hannes Mehnert"] tags: [ "org:mirage"] license: "ISC" build: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "dune" {>= "1.1.0"} "cstruct" {>= "1.9.0"} "ocaml" {>= "4.04.2"} "mirage-random" {< "2.0.0"} ] synopsis: "Stub random device implementation for testing" description: """ mirage-random-test implements `Mirage_random.C` as stub for testing. """ url { src: "https://github.com/mirage/mirage-random-test/releases/download/0.0.1/mirage-random-test-0.0.1.tbz" checksum: [ "sha256=7ae638e71439e636586a4a1317e92834ab54452c4d9a346c16859d94a5f7a57e" "md5=54811f678be6d1e3bb657791cca6deff" ] } flags: deprecated post-messages: [ "mirage-random-test is deprecated" ]