opam-version: "2.0"
synopsis: "MirageOS TCP/IP networking library"
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"
  "jbuilder" {build & >= "1.0+beta7"}
  "topkg" {build & >= "0.8.0"}
  "mirage-net" {>= "1.0.0"}
  "lwt"
  "ipaddr" {>= "1.0.0"}
  "cstruct"
  "io-page"
  "result"
]
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.0/mirage-net-1.1.0.tbz"
  checksum: "md5=76b10d355dc2e87ff2d19d1ae40c5d9b"
}
