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" ] {pinned}
  [ "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: "md5=54811f678be6d1e3bb657791cca6deff"
}
