this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3homepage: "https://github.com/mirage/mirage-random"
4bug-reports: "https://github.com/mirage/mirage-random/issues"
5dev-repo: "git+https://github.com/mirage/mirage-random.git"
6doc: "https://mirage.github.io/mirage-random/"
7authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
8 "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
9 "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
10tags: [ "org:mirage"]
11license: "ISC"
12
13build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
14
15depends: [
16 "ocaml"
17 "ocamlfind" {build}
18 "ocamlbuild" {build}
19 "topkg" {build & >= "0.8.0"}
20 "cstruct" {>= "1.9.0"}
21]
22synopsis:
23 "Random signatures for MirageOS, and an implementation using stdlib"
24url {
25 src:
26 "https://github.com/mirage/mirage-random/releases/download/1.0.0/mirage-random-1.0.0.tbz"
27 checksum: [
28 "sha256=a9e81c67a5d185d669dbce03095c1db2b05e2e3e57051ba2e4d54f3b67b3d79d"
29 "md5=2b377a69264fdab7d6daf552206aae25"
30 ]
31}
32flags: deprecated
33post-messages: [ "mirage-random is deprecated" ]