this repo has no description
1opam-version: "2.0" 2maintainer: "hannes@mehnert.org" 3homepage: "https://github.com/mirage/mirage-random-test" 4bug-reports: "https://github.com/mirage/mirage-random-test/issues" 5dev-repo: "git+https://github.com/mirage/mirage-random-test.git" 6doc: "https://mirage.github.io/mirage-random-test/" 7authors: ["Hannes Mehnert"] 8tags: [ "org:mirage"] 9license: "ISC" 10 11build: [ 12 [ "dune" "subst" ] {dev} 13 [ "dune" "build" "-p" name "-j" jobs ] 14] 15 16depends: [ 17 "dune" {>= "1.1.0"} 18 "cstruct" {>= "1.9.0"} 19 "ocaml" {>= "4.04.2"} 20 "mirage-random" {< "2.0.0"} 21] 22synopsis: "Stub random device implementation for testing" 23description: """ 24mirage-random-test implements `Mirage_random.C` as stub for testing. 25""" 26url { 27 src: 28 "https://github.com/mirage/mirage-random-test/releases/download/0.0.1/mirage-random-test-0.0.1.tbz" 29 checksum: [ 30 "sha256=7ae638e71439e636586a4a1317e92834ab54452c4d9a346c16859d94a5f7a57e" 31 "md5=54811f678be6d1e3bb657791cca6deff" 32 ] 33} 34flags: deprecated 35post-messages: [ "mirage-random-test is deprecated" ]