Skip to content

Commit 66e2f5e

Browse files
authored
Merge pull request #28699 from a12n/opam-publish-pcrc.0.25.0
Package pcrc.0.25.2
2 parents 991c7a1 + babd578 commit 66e2f5e

File tree

1 file changed

+37
-0
lines changed
  • packages/pcrc/pcrc.0.25.2

1 file changed

+37
-0
lines changed

packages/pcrc/pcrc.0.25.2/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Parameterized CRC8, CRC16, CRC32 and CRC64 implementations"
4+
description:
5+
"A library to instantiate (almost) any CRC-8, CRC-16, CRC-32 or CRC-64 algorithm from a set of CRC model parameters."
6+
maintainer: ["Anton Yabchinskiy <[email protected]>"]
7+
authors: ["Anton Yabchinskiy"]
8+
license: "MIT"
9+
homepage: "https://github.com/a12n/ocaml-pcrc"
10+
bug-reports: "https://github.com/a12n/ocaml-pcrc/issues"
11+
depends: [
12+
"dune" {>= "3.15"}
13+
"ocaml" {>= "4.13"}
14+
"ounit2" {with-test}
15+
"odoc" {with-doc}
16+
]
17+
build: [
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://github.com/a12n/ocaml-pcrc.git"
31+
url {
32+
src: "https://github.com/a12n/ocaml-pcrc/archive/refs/tags/v0.25.2.tar.gz"
33+
checksum: [
34+
"md5=5642f4e7cde7f4027eba1af32312ed5e"
35+
"sha512=46c460d1077e83ff087bccff35b1e32fdd5dffdce7826ccd1bda6bfd308a336725d6aa479e9075f2dcb47ddc3acab7ece59291f222eb3eff3e1c75f65a9ee43e"
36+
]
37+
}

0 commit comments

Comments
 (0)