opam-version: "2.0" maintainer: "Hannes Mehnert " authors: ["Hannes Mehnert "] 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" depends: [ "ocaml" {>= "4.04.2"} "dune" {>= "1.0"} "cstruct" {>= "2.2.0" & < "6.1.0"} "ipaddr" {>= "3.0.0" & < "4.0.0"} "macaddr" {< "4.0.0"} "logs" "mirage-random" {with-test & < "2.0.0"} "mirage-random-test" {with-test} "bisect_ppx" {with-test} "alcotest" {with-test} ] conflicts: [ "arp-mirage" {< "1.0.0"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] synopsis: "Address Resolution Protocol purely in OCaml" description: """ ARP is an implementation of the address resolution protocol (RFC826) purely in OCaml. It handles IPv4 protocol addresses and Ethernet hardware addresses only. """ url { src: "https://github.com/mirage/arp/releases/download/v1.0.0/arp-v1.0.0.tbz" checksum: [ "sha256=3f331e7490dbec53122849654c26aa2a2c5dbf983ebe2e1a551b08d727995f58" "md5=40768ca09b10c6b91e8b3a420b075a0e" ] }