opam-version: "2.0"
maintainer:   ["anil@recoil.org" "thomas@gazagnaire.org"]
authors:      "The MirageOS team"
homepage:     "https://github.com/mirage/mirage"
bug-reports:  "https://github.com/mirage/mirage/issues/"
dev-repo:     "git+https://github.com/mirage/mirage.git"
license:      "ISC"
tags:         ["org:mirage" "org:xapi-project"]


build: [
  ["dune" "subst"] {dev}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends:   [
  "ocaml" {>= "4.08.0"}
  "dune" {>= "2.0"}
  "mirage-types" {= version}
]

synopsis: "Lwt module type definitions for MirageOS applications"
description: """
The purpose of this library is to provide concrete types
for several that are left abstract in `mirage-types`:

- `type 'a io = 'a Lwt.t`
- `type page_aligned_buffer = Io_page.t`
- `type buffer = Cstruct.t`
- `type macaddr = Macaddr.t`
- `type ipv4addr = Ipaddr.V4.t`
"""
post-messages: [
 "This package will be retired in MirageOS 4.0. Please use individual signatures (mirage-net / mirage-clock / etc.) instead."
]
x-commit-hash: "08600e95d2f547d86cbbf4596b33d3c6973b14f6"
url {
  src:
    "https://github.com/mirage/mirage/releases/download/v3.10.2/mirage-v3.10.2.tbz"
  checksum: [
    "sha256=bb21b953709f596a5556406c1bde3ac56300526ca5886c1898d83e564b45c7a7"
    "sha512=f40c89b163b004da1cfb8f2a8e39320f0c2b38ef40be99eb14dc51eb65a9a0276f7de879fb9d2e7b73d0759fd6122a1bd7fd96a72bb4561c936a2aefc885f211"
  ]
}
