this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["David Sheets" "Anil Madhavapeddy" "Hugo Heuzard"] 4synopsis: "A library for manipulation of MAC address representations" 5license: "ISC" 6tags: ["org:mirage" "org:xapi-project"] 7homepage: "https://github.com/mirage/ocaml-ipaddr" 8doc: "https://mirage.github.io/ocaml-ipaddr/" 9bug-reports: "https://github.com/mirage/ocaml-ipaddr/issues" 10depends: [ 11 "ocaml" {>= "4.04.0"} 12 "dune" 13 "sexplib0" 14 "ounit" {with-test} 15 "ppx_sexp_conv" {with-test} 16] 17conflicts: [ "ipaddr" {< "3.0.0"} ] 18build: [ 19 ["dune" "subst"] {dev} 20 ["dune" "build" "-p" name "-j" jobs] 21] 22dev-repo: "git+https://github.com/mirage/ocaml-ipaddr.git" 23url { 24 src: 25 "https://github.com/mirage/ocaml-ipaddr/releases/download/v3.1.0/ipaddr-v3.1.0.tbz" 26 checksum: [ 27 "sha256=39bfbbe2d650c26be7b5581d288eaedd1b47b842cdebaa08d6afd968983fc3b4" 28 "md5=471a594563bb9c3dd91ae912b5ffd6ed" 29 ] 30}