opam-version: "2.0"
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
homepage: "https://github.com/mirage/arp"
doc: "https://mirage.github.io/arp/"
dev-repo: "git+https://github.com/mirage/arp.git"
bug-reports: "https://github.com/mirage/arp/issues"
license: "ISC"
synopsis: "Address Resolution Protocol for MirageOS"
depends: [
  "ocaml" {>= "4.04.2"}
  "dune" {>= "1.0"}
  "mirage-time-lwt"
  "mirage-protocols-lwt" {>= "2.0.0"}
  "lwt"
  "lwt" {with-test & < "5.0.0"}
  "duration"
  "arp" {= version}
  "mirage-profile" {>= "0.5"}
  "logs"
  "cstruct" {>= "2.2.0"}
  "ethernet" {with-test & >= "2.0.0"}
  "fmt" {with-test}
  "mirage-vnetif" {with-test}
  "alcotest" {with-test}
  "mirage-clock-unix" {with-test}
  "mirage-random" {with-test & < "2.0.0"}
  "mirage-random-test" {with-test}
  "mirage-unix" {with-test & < "4.0.0"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
url {
  src:
    "https://github.com/mirage/arp/releases/download/v2.0.0/arp-v2.0.0.tbz"
  checksum: "md5=50bbe0aba0ee6527d56306f04402accf"
}
