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.4/bstr-0.0.4.tbz"
23+ checksum: [
24+ "sha256=640836f15b2d555bdf2366f6d7783926e11598ad7e94557b167c785b255f4856"
25+ "sha512=1954727f1a386c9909996cdabc1a3b150c23361a96e5632280b0f6e6faf8f0ab6a7ca974352378e757c5136375eb5a53235f95caa69e982f48d3a49907948ddd"
26+ ]
27+ }
28+ x-commit-hash: "1ec658c8ac3a4bd67a004d41b7c5e6089f586fdf"
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.4/bstr-0.0.4.tbz"
22+ checksum: [
23+ "sha256=640836f15b2d555bdf2366f6d7783926e11598ad7e94557b167c785b255f4856"
24+ "sha512=1954727f1a386c9909996cdabc1a3b150c23361a96e5632280b0f6e6faf8f0ab6a7ca974352378e757c5136375eb5a53235f95caa69e982f48d3a49907948ddd"
25+ ]
26+ }
27+ x-commit-hash: "1ec658c8ac3a4bd67a004d41b7c5e6089f586fdf"
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.4/bstr-0.0.4.tbz"
23+ checksum: [
24+ "sha256=640836f15b2d555bdf2366f6d7783926e11598ad7e94557b167c785b255f4856"
25+ "sha512=1954727f1a386c9909996cdabc1a3b150c23361a96e5632280b0f6e6faf8f0ab6a7ca974352378e757c5136375eb5a53235f95caa69e982f48d3a49907948ddd"
26+ ]
27+ }
28+ x-commit-hash: "1ec658c8ac3a4bd67a004d41b7c5e6089f586fdf"
You can’t perform that action at this time.
0 commit comments