opam-version: "2.0" authors: [ "David Scott" "John Else" ] homepage: "https://github.com/xapi-project/ocaml-crc" bug-reports: "https://github.com/xapi-project/ocaml-crc/issues" dev-repo: "git+https://github.com/xapi-project/ocaml-crc" maintainer: "xen-api@lists.xen.org" build: [ ["jbuilder" "build" "-p" name] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.00.1"} "jbuilder" {>= "1.0+beta10"} "cstruct" {>= "1.0.1"} "ounit" {with-test} "odoc" {with-doc} ] synopsis: "CRC implementation supporting strings and cstructs" url { src: "https://github.com/xapi-project/ocaml-crc/archive/2.0.0.tar.gz" checksum: [ "sha256=cc3cc3b1fa54fa14efd75e72ce77de8d56ea92afdee09caf44110a85a89613a7" "md5=4dee9c038dba95aed7f5f094db14f4df" ] }