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: [
8 ["jbuilder" "build" "-p" name]
9 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
10]
11depends: [
12 "ocaml" {>= "4.00.1"}
13 "jbuilder" {>= "1.0+beta10"}
14 "cstruct" {>= "1.0.1"}
15 "ounit" {with-test}
16 "odoc" {with-doc}
17]
18synopsis: "CRC implementation supporting strings and cstructs"
19url {
20 src: "https://github.com/xapi-project/ocaml-crc/archive/2.0.0.tar.gz"
21 checksum: [
22 "sha256=cc3cc3b1fa54fa14efd75e72ce77de8d56ea92afdee09caf44110a85a89613a7"
23 "md5=4dee9c038dba95aed7f5f094db14f4df"
24 ]
25}