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 IP address representations using Cstructs" 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" {>= "1.9.0"} 13 "ipaddr" {= version} 14 "cstruct" {< "6.1.0"} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20] 21dev-repo: "git+https://github.com/mirage/ocaml-ipaddr.git" 22description: """ 23Cstruct convertions for macaddr 24""" 25x-commit-hash: "dc36c61789255003bb10c95f550b64fad33f600e" 26url { 27 src: 28 "https://github.com/mirage/ocaml-ipaddr/releases/download/v5.0.1/ipaddr-v5.0.1.tbz" 29 checksum: [ 30 "sha256=00f7c3c38cff938d3ace70dd32e6d3103390567c9030b406ba85840f01d76602" 31 "sha512=0c01117255692f929bb99ba0f7b973859bebb09e7d738adb72954471099a6a4d10741cd5796415fa106f04169c2b5455fa669d4a7fee400505bd3ba005b5b7fb" 32 ] 33}