this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] arp (4.0.0)

CHANGES:

* Use mirage-sleep instead of mirage-time (no need to functorize over
Mirage_time.S) (mirage/arp#32 @hannesm)

+43
+43
packages/arp/arp.4.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Hannes Mehnert <hannes@mehnert.org>" 3 + authors: ["Hannes Mehnert <hannes@mehnert.org>"] 4 + homepage: "https://github.com/mirage/arp" 5 + doc: "https://mirage.github.io/arp/" 6 + dev-repo: "git+https://github.com/mirage/arp.git" 7 + bug-reports: "https://github.com/mirage/arp/issues" 8 + license: "ISC" 9 + depends: [ 10 + "ocaml" {>= "4.06.0"} 11 + "dune" {>= "2.7.0"} 12 + "cstruct" {>= "6.0.0"} 13 + "ipaddr" {>= "4.0.0"} 14 + "macaddr" {>= "4.0.0"} 15 + "logs" 16 + "mirage-sleep" {>= "4.0.0"} 17 + "lwt" 18 + "duration" 19 + "ethernet" {>= "3.0.0"} 20 + "fmt" {>= "0.8.7"} 21 + "alcotest" {with-test} 22 + "mirage-vnetif" {with-test & >= "0.5.0"} 23 + "bos" {with-test & >= "0.2.1"} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + ["dune" "build" "-p" name "-j" jobs] 28 + ["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"} 29 + ] 30 + synopsis: "Address Resolution Protocol purely in OCaml" 31 + description: """ 32 + ARP is an implementation of the address resolution protocol (RFC826) purely in 33 + OCaml. It handles IPv4 protocol addresses and Ethernet hardware addresses only. 34 + """ 35 + x-maintenance-intent: [ "(latest)" ] 36 + url { 37 + src: "https://github.com/mirage/arp/releases/download/v4.0.0/arp-4.0.0.tbz" 38 + checksum: [ 39 + "sha256=0b6061ff637066a0891227429e487044ca16dc0b1b42dbf074587d2222640da5" 40 + "sha512=101e54c5de0c49ee91f07d4fbf381938689b5391d287609e3a0e98f2d8dc99b5801cfa0bb91da399c47e89305ba924b29801dbe1defb566f768cfbde96bbccc0" 41 + ] 42 + } 43 + x-commit-hash: "8eec8d7a9f01ad3d992ea6582fdbe87666381520"