opam-version: "2.0"
synopsis: "Network signatures for MirageOS"
description: """
mirage-net defines [Mirage_net.S][1] the signature for
network operations for MirageOS.

[1]: https://mirage.github.io/mirage-net/Mirage_net.S.html

### Installation

`mirage-net` can be installed with `opam`:

    opam install mirage-net

If you don't use `opam` consult the [`opam`](opam) file for build
instructions.

### Documentation

The documentation and API reference is automatically generated by
`ocamldoc` from the interfaces. It can be consulted [online][2].

[2]: https://mirage.github.io/mirage-net/Mirage_net.html"""
maintainer: "thomas@gazagnaire.org"
authors: [
  "Thomas Gazagnaire"
  "Anil Madhavapeddy"
  "Gabriel Radanne"
  "Mindy Preston"
  "Thomas Leonard"
  "Nicolas Ojeda Bar"
  "Dave Scott"
  "David Kaloper"
  "Hannes Mehnert"
  "Richard Mortier"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/mirage-net"
doc: "https://mirage.github.io/mirage-net/"
bug-reports: "https://github.com/mirage/mirage-net/issues"
depends: [
  "ocaml" {> "4.02.3"}
  "jbuilder" {build & >= "1.0+beta10"}
  "mirage-device" {>= "1.0.0"}
  "fmt"
]
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/mirage-net.git"
url {
  src:
    "https://github.com/mirage/mirage-net/releases/download/v1.1.1/mirage-net-1.1.1.tbz"
  checksum: "md5=990f38d4c76dbc6392532666c90bb751"
}
