this repo has no description

[new release] crc (2.2.0)

CHANGES:

* lib: use ocaml5-compatible macros
* use ounit2

Changed files
+28
packages
crc
crc.2.2.0
+28
packages/crc/crc.2.2.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "CRC implementation supporting strings and cstructs"
+
license: "ISC"
+
maintainer: "xapi-project maintainers"
+
authors: [ "David Scott" "John Else" ]
+
homepage: "https://github.com/xapi-project/ocaml-crc"
+
bug-reports: "https://github.com/xapi-project/ocaml-crc/issues"
+
depends: [
+
"dune" {>= "1.4"}
+
"ocaml" {>= "4.00.1"}
+
"cstruct" {>= "1.0.1"}
+
"ounit2" {with-test}
+
"odoc" {with-doc}
+
"ppx_deriving_rpc"
+
"ppx_sexp_conv" {>= "v0.11.0"}
+
]
+
build: [[ "dune" "build" "-p" name ]]
+
run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
+
dev-repo: "git+https://github.com/xapi-project/ocaml-crc"
+
url {
+
src:
+
"https://github.com/xapi-project/ocaml-crc/releases/download/2.2.0/crc-2.2.0.tbz"
+
checksum: [
+
"sha256=e013b0c8a5593c121efee9a363d9a2ac3e9cbae7867fbfa40fe44a802c8ce04e"
+
"sha512=a317f107a2c7c9a84ddac5513190531b9f9039d20d186e5002ec2d9634535d52054ea17584443ffb64e9840f2cef83321050f9877f451e8768a24c8621644939"
+
]
+
}
+
x-commit-hash: "f2cf7303a610cf86ee9d1495a8e200e9a6dadf22"