opam-version: "2.0"
maintainer:    "thomas@gazagnaire.org"
homepage:      "https://github.com/mirage/mirage-net"
bug-reports:   "https://github.com/mirage/mirage-net/issues"
dev-repo:      "git+https://github.com/mirage/mirage-net.git"
doc:           "https://mirage.github.io/mirage-net/"
authors:       ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
               "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
               "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
tags:          [ "org:mirage"]
license:       "ISC"

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.04.2"}
  "jbuilder" {>="1.0+beta10"}
  "mirage-device" {>= "1.0.0" & < "2.0.0"}
  "fmt"
]
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"""
url {
archive: "https://github.com/mirage/mirage-net/releases/download/v1.2.0/mirage-net-1.2.0.tbz"
checksum: "b034a75fd5c9a4c0f3d3e1937e1664d4"
}
