opam-version: "2.0"
maintainer:   "Martin Lucina <martin@lucina.net>"
homepage:     "https://github.com/mirage/mirage-bootvar-solo5"
bug-reports:  "https://github.com/mirage/mirage-bootvar-solo5/issues/"
dev-repo: "git+https://github.com/mirage/mirage-bootvar-solo5.git"
license:      "ISC"
authors: [
  "Dan Williams <djwillia@us.ibm.com>"
  "Magnus Skjegstad <magnus@skjegstad.com>"
  "Martin Lucina <martin@lucina.net>"
]
tags: [
  "org:mirage"
]
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
]
depends: [
  "ocaml" {>= "4.04.2"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "mirage-solo5" {>= "0.3.0" & < "0.6.0"}
  "lwt"
  "parse-argv"
]
synopsis: "Solo5 implementation of MirageOS Bootvar interface"
description: """
Library for passing boot parameters from Solo5 to MirageOS.

## Install

Bootvar can be installed with `opam`:

```
opam install mirage-bootvar-solo5
```

## License
Bootvar is published under the ISC license. See [LICENSE.md](LICENSE.md) for details."""
url {
  src:
    "https://github.com/mirage/mirage-bootvar-solo5/releases/download/v0.3.0/mirage-bootvar-solo5-0.3.0.tbz"
  checksum: "md5=be303f63ee0b8f070dc77d97d844a260"
}
