File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
name: "crc"
3
- version: "2.1 .0"
3
+ version: "2.2 .0"
4
4
synopsis: "CRC implementation supporting strings and cstructs"
5
5
license: "ISC"
6
- maintainer: "xen-api@lists.xen.org "
6
+ maintainer: "xapi-project maintainers "
7
7
authors: ["David Scott" "John Else"]
8
8
homepage: "https://github.com/xapi-project/ocaml-crc"
9
9
bug-reports: "https://github.com/xapi-project/ocaml-crc/issues"
10
10
depends: [
11
11
"dune" {>= "1.4"}
12
- "ocaml" {>= "4.00.1" & < "5.0.0" }
12
+ "ocaml" {>= "4.00.1"}
13
13
"cstruct" {>= "1.0.1"}
14
- "ounit " {with-test}
14
+ "ounit2 " {with-test}
15
15
"odoc" {with-doc}
16
16
"ppx_deriving_rpc"
17
17
"ppx_sexp_conv" {>= "v0.11.0"}
@@ -20,6 +20,11 @@ build: ["dune" "build" "-p" name]
20
20
run-test: ["dune" "runtest" "-p" name "-j" jobs]
21
21
dev-repo: "git+https://github.com/xapi-project/ocaml-crc"
22
22
url {
23
- src: "https://github.com/xapi-project/ocaml-crc/archive/2.1.0.tar.gz"
24
- checksum: "md5=9161b48a164f6f3e15b3245b2123153c"
23
+ src:
24
+ "https://github.com/xapi-project/ocaml-crc/releases/download/2.2.0/crc-2.2.0.tbz"
25
+ checksum: [
26
+ "sha256=e013b0c8a5593c121efee9a363d9a2ac3e9cbae7867fbfa40fe44a802c8ce04e"
27
+ "sha512=a317f107a2c7c9a84ddac5513190531b9f9039d20d186e5002ec2d9634535d52054ea17584443ffb64e9840f2cef83321050f9877f451e8768a24c8621644939"
28
+ ]
25
29
}
30
+ x-commit-hash: "f2cf7303a610cf86ee9d1495a8e200e9a6dadf22"
You can’t perform that action at this time.
0 commit comments