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://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: "md5=4dee9c038dba95aed7f5f094db14f4df"
}
