this repo has no description
1opam-version: "2.0"
2synopsis: "CRC implementation supporting strings and cstructs"
3license: "ISC"
4maintainer: "xapi-project maintainers"
5authors: [ "David Scott" "John Else" ]
6homepage: "https://github.com/xapi-project/ocaml-crc"
7bug-reports: "https://github.com/xapi-project/ocaml-crc/issues"
8depends: [
9 "dune" {>= "1.4"}
10 "ocaml" {>= "4.00.1"}
11 "cstruct" {>= "1.0.1"}
12 "ounit2" {with-test}
13 "odoc" {with-doc}
14 "ppx_deriving_rpc"
15 "ppx_sexp_conv" {>= "v0.11.0"}
16]
17build: [[ "dune" "build" "-p" name ]]
18run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
19dev-repo: "git+https://github.com/xapi-project/ocaml-crc"
20url {
21 src:
22 "https://github.com/xapi-project/ocaml-crc/releases/download/2.2.0/crc-2.2.0.tbz"
23 checksum: [
24 "sha256=e013b0c8a5593c121efee9a363d9a2ac3e9cbae7867fbfa40fe44a802c8ce04e"
25 "sha512=a317f107a2c7c9a84ddac5513190531b9f9039d20d186e5002ec2d9634535d52054ea17584443ffb64e9840f2cef83321050f9877f451e8768a24c8621644939"
26 ]
27}
28x-commit-hash: "f2cf7303a610cf86ee9d1495a8e200e9a6dadf22"