File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/pcrc/pcrc.0.25.2 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments