this repo has no description
1opam-version: "2.0" 2authors: [ "David Scott" "John Else" ] 3homepage: "https://github.com/xapi-project/ocaml-crc" 4bug-reports: "https://github.com/xapi-project/ocaml-crc/issues" 5dev-repo: "git+https://github.com/xapi-project/ocaml-crc" 6maintainer: "xen-api@lists.xen.org" 7build: [[ "dune" "build" "-p" name ]] 8run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]] 9depends: [ 10 "dune" {>= "1.4"} 11 "ocaml" {>= "4.00.1" & < "5.0.0"} 12 "cstruct" {>= "1.0.1"} 13 "ounit" {with-test} 14 "odoc" {with-doc} 15 "ppx_deriving_rpc" 16 "ppx_sexp_conv" {>= "v0.11.0"} 17] 18synopsis: "CRC implementation supporting strings and cstructs" 19url { 20 src: "https://github.com/xapi-project/ocaml-crc/archive/2.1.0.tar.gz" 21 checksum: [ 22 "sha256=a834d806ffa624cc93242dac8007e6ee52bf2f7229f29d204761c5ba7468a530" 23 "md5=9161b48a164f6f3e15b3245b2123153c" 24 ] 25}