this repo has no description
1opam-version: "2.0" 2maintainer: "Dave Scott <dave@recoil.org>" 3authors: ["Anil Madhavapeddy" "Dave Scott" "Richard Mortier"] 4license: "ISC" 5tags: ["org:mirage" "org:xapi-project"] 6homepage: "https://github.com/mirage/ocaml-pcap" 7doc: "https://mirage.github.io/ocaml-pcap/" 8bug-reports: "https://github.com/mirage/ocaml-pcap/issues" 9depends: [ 10 "ocaml" {>= "4.08.0"} 11 "dune" {>= "1.0"} 12 "cstruct" {>= "1.9.0"} 13 "ppx_cstruct" {> "0"} 14 "ounit" {with-test} 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-pcap.git" 22synopsis: "Decode and encode PCAP (packet capture) files" 23description: """ 24pcap-format provides an interface to encode and decode pcap files, dealing with 25both endianess, including endianess detection. 26""" 27url { 28 src: 29 "https://github.com/mirage/ocaml-pcap/releases/download/v0.6.0/pcap-format-0.6.0.tbz" 30 checksum: [ 31 "sha256=2d48f2f179ba56c9ccab51472b398983bba8ae44efedc393b282f09ad34791a6" 32 "sha512=6c46b314b665eff3e46550e28a88f6de5370ed5299e88fa76f612330fa704bea5e436608e4f0eff489b444cc8b534e1f5710a0d92083469ec52f375d6435baf8" 33 ] 34} 35x-commit-hash: "bcb22e4ae0ad88b72a182819961534548e82df86"