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.02.3"}
  "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 {
  src:
    "https://github.com/mirage/mirage-net/releases/download/v1.1.1/mirage-net-1.1.1.tbz"
  checksum: "md5=990f38d4c76dbc6392532666c90bb751"
}
