Skip to content

Commit

Permalink
Merge pull request #687 from psafont/crc
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont authored Jul 1, 2024
2 parents aa94264 + d2c0aa6 commit efb1b26
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions packages/xs/crc.2.1.0/opam → packages/xs/crc.2.2.0/opam
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
opam-version: "2.0"
name: "crc"
version: "2.1.0"
version: "2.2.0"
synopsis: "CRC implementation supporting strings and cstructs"
license: "ISC"
maintainer: "[email protected]"
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" & < "5.0.0"}
"ocaml" {>= "4.00.1"}
"cstruct" {>= "1.0.1"}
"ounit" {with-test}
"ounit2" {with-test}
"odoc" {with-doc}
"ppx_deriving_rpc"
"ppx_sexp_conv" {>= "v0.11.0"}
Expand All @@ -20,6 +20,11 @@ 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/archive/2.1.0.tar.gz"
checksum: "md5=9161b48a164f6f3e15b3245b2123153c"
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"

0 comments on commit efb1b26

Please sign in to comment.