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.3.0"} 18 "cstruct" {>= "1.9.0"} 19 "ocaml" {>= "4.06.0"} 20 "mirage-random" {>= "2.0.0" & < "4.0.0"} 21] 22 23synopsis: "Stub random device implementation for testing" 24description: """ 25mirage-random-test implements `Mirage_random.C` as stub for testing. 26""" 27url { 28 src: 29 "https://github.com/mirage/mirage-random-test/releases/download/v0.1.0/mirage-random-test-v0.1.0.tbz" 30 checksum: [ 31 "sha256=86ec89265f5685729bf046e5e5e1981de50ff54ff9f2f67a07f46ca2d2f2b2ca" 32 "sha512=8c155111d0a9b9f5b557597b250ea4a53b84eb6e9f3f50e9a47092c8844c7de08857ddfd078b5237f7e7d097da4f3a4bc8d704fa577bacd1c9150550503e5dd2" 33 ] 34} 35flags: deprecated 36post-messages: [ "mirage-random-stdlib is deprecated" ] 37x-maintenance-intent: ["(none)"]