version: "3.0.0"
opam-version: "2.0"
maintainer:   "Mindy Preston <meetup@yomimono.org>"
authors:      ["Mindy Preston <meetup@yomimono.org>"]
homepage:     "https://github.com/mirage/mirage-protocols"
doc:          "https://mirage.github.io/mirage-protocols/"
license:      "ISC"
dev-repo:     "git+https://github.com/mirage/mirage-protocols.git"
bug-reports:  "https://github.com/mirage/mirage-protocols/issues"
tags:         ["org:mirage"]

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

depends: [
  "ocaml" {>= "4.04.2"}
  "dune" {build & >= "1.0"}
  "mirage-protocols" {>= "2.0.0"}
  "ipaddr" {>= "3.0.0"}
  "macaddr"
  "lwt"
  "cstruct" {>= "1.9.0"}
]
synopsis: "MirageOS signatures for network protocols"
description: """
mirage-protocols-lwt provides a set of module types specialized to lwt which
libraries intended to be used as MirageOS network implementations should
implement.

The current signatures are: ETHERNET, ARP, IP, ICMP, UDP, TCP
"""