opam-version: "2.0"
name: "crc"
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: [[ "dune" "build" "-p" name ]]
run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
depends: [
  "dune"
  "ocaml" {>= "4.00.1"}
  "cstruct" {>= "1.0.1"}
  "ounit" {with-test}
  "odoc" {with-doc}
  "ppx_deriving_rpc"
  "ppx_sexp_conv" {>= "v0.11.0"}
]
synopsis: "CRC implementation supporting strings and cstructs"
url {
  src: "https://github.com/xapi-project/ocaml-crc/archive/master.tar.gz"
}
