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.1/bstr-0.0.1.tbz"
23+ checksum: [
24+ "sha256=05701fb60e9f9b419cc2d3989cf58c60eba1b5e7a5d08fba7f9d92f29ea3a46e"
25+ "sha512=2199910457d8dedeefe3ffa3e4ef7a4f0845bb66459bcf3951d6197ec5f32a0c49c29874341d7fc4ee026c82a95a0c8aaaea084840b10530f6c00a6120960174"
26+ ]
27+ }
28+ x-commit-hash: "6ca901d56f62efb731d2b107a4793f7719437e23"
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.1/bstr-0.0.1.tbz"
22+ checksum: [
23+ "sha256=05701fb60e9f9b419cc2d3989cf58c60eba1b5e7a5d08fba7f9d92f29ea3a46e"
24+ "sha512=2199910457d8dedeefe3ffa3e4ef7a4f0845bb66459bcf3951d6197ec5f32a0c49c29874341d7fc4ee026c82a95a0c8aaaea084840b10530f6c00a6120960174"
25+ ]
26+ }
27+ x-commit-hash: "6ca901d56f62efb731d2b107a4793f7719437e23"
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.1/bstr-0.0.1.tbz"
23+ checksum: [
24+ "sha256=05701fb60e9f9b419cc2d3989cf58c60eba1b5e7a5d08fba7f9d92f29ea3a46e"
25+ "sha512=2199910457d8dedeefe3ffa3e4ef7a4f0845bb66459bcf3951d6197ec5f32a0c49c29874341d7fc4ee026c82a95a0c8aaaea084840b10530f6c00a6120960174"
26+ ]
27+ }
28+ x-commit-hash: "6ca901d56f62efb731d2b107a4793f7719437e23"
You can’t perform that action at this time.
0 commit comments