File tree Expand file tree Collapse file tree 3 files changed +83
-0
lines changed
Expand file tree Collapse file tree 3 files changed +83
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: [ "Romain Calascibetta <
[email protected] >" ]
3+ authors: [ "Romain Calascibetta <
[email protected] >" ]
4+ homepage: "https://git.robur.coop/robur/bstr"
5+ bug-reports: "https://git.robur.coop/robur/bstr"
6+ dev-repo: "git+https://github.com/robur-coop/bstr"
7+ doc: "https://robur-coop.github.io/bstr/"
8+ license: "MIT"
9+ synopsis: "A DSL to describe binary formats"
10+
11+ build: [ "dune" "build" "-p" name "-j" jobs ]
12+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
13+
14+ depends: [
15+ "ocaml" {>= "4.14.0"}
16+ "dune" {>= "3.5.0"}
17+ "slice" {= version}
18+ ]
19+ x-maintenance-intent: [ "(latest)" ]
20+ url {
21+ src:
22+ "https://github.com/robur-coop/bstr/releases/download/v0.0.3/bstr-0.0.3.tbz"
23+ checksum: [
24+ "sha256=503c4f74f67d16e30dd962a753ed3bca1469282c2202392f5b0e1b7e2a9b4562"
25+ "sha512=2db7116df496c12892025b51b91cff87c739595e475eaa33b9a5bfcfbeb8a91cbe90da9b10d9408f41ccca9daec143d8ddf0099be2fac3f3330a3b3bfd25683e"
26+ ]
27+ }
28+ x-commit-hash: "370e04f5beba9807d6a9115225f53eedb8a430aa"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: [ "Romain Calascibetta <
[email protected] >" ]
3+ authors: [ "Romain Calascibetta <
[email protected] >" ]
4+ homepage: "https://git.robur.coop/robur/bstr"
5+ bug-reports: "https://git.robur.coop/robur/bstr"
6+ dev-repo: "git+https://github.com/robur-coop/bstr"
7+ doc: "https://robur-coop.github.io/bstr/"
8+ license: "MIT"
9+ synopsis: "A simple library for bigstrings"
10+
11+ build: [ "dune" "build" "-p" name "-j" jobs ]
12+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
13+
14+ depends: [
15+ "ocaml" {>= "4.14.0"}
16+ "dune" {>= "3.5.0"}
17+ ]
18+ x-maintenance-intent: [ "(latest)" ]
19+ url {
20+ src:
21+ "https://github.com/robur-coop/bstr/releases/download/v0.0.3/bstr-0.0.3.tbz"
22+ checksum: [
23+ "sha256=503c4f74f67d16e30dd962a753ed3bca1469282c2202392f5b0e1b7e2a9b4562"
24+ "sha512=2db7116df496c12892025b51b91cff87c739595e475eaa33b9a5bfcfbeb8a91cbe90da9b10d9408f41ccca9daec143d8ddf0099be2fac3f3330a3b3bfd25683e"
25+ ]
26+ }
27+ x-commit-hash: "370e04f5beba9807d6a9115225f53eedb8a430aa"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: [ "Romain Calascibetta <
[email protected] >" ]
3+ authors: [ "Romain Calascibetta <
[email protected] >" ]
4+ homepage: "https://git.robur.coop/robur/bstr"
5+ bug-reports: "https://git.robur.coop/robur/bstr"
6+ dev-repo: "git+https://github.com/robur-coop/bstr"
7+ doc: "https://robur-coop.github.io/bstr/"
8+ license: "MIT"
9+ synopsis: "A Slice type for bigstrings and bytes"
10+
11+ build: [ "dune" "build" "-p" name "-j" jobs ]
12+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
13+
14+ depends: [
15+ "ocaml" {>= "4.14.0"}
16+ "dune" {>= "3.5.0"}
17+ "bstr" {= version}
18+ ]
19+ x-maintenance-intent: [ "(latest)" ]
20+ url {
21+ src:
22+ "https://github.com/robur-coop/bstr/releases/download/v0.0.3/bstr-0.0.3.tbz"
23+ checksum: [
24+ "sha256=503c4f74f67d16e30dd962a753ed3bca1469282c2202392f5b0e1b7e2a9b4562"
25+ "sha512=2db7116df496c12892025b51b91cff87c739595e475eaa33b9a5bfcfbeb8a91cbe90da9b10d9408f41ccca9daec143d8ddf0099be2fac3f3330a3b3bfd25683e"
26+ ]
27+ }
28+ x-commit-hash: "370e04f5beba9807d6a9115225f53eedb8a430aa"
You can’t perform that action at this time.
0 commit comments