Skip to content

Commit c9a5fb4

Browse files
authored
Merge pull request #28933 from dinosaure/release-bstr-v0.0.3
[new release] bstr (3 packages) (0.0.3)
2 parents ff944d3 + 3c62cea commit c9a5fb4

File tree

3 files changed

+83
-0
lines changed
  • packages

3 files changed

+83
-0
lines changed

packages/bin/bin.0.0.3/opam

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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"

packages/bstr/bstr.0.0.3/opam

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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"

packages/slice/slice.0.0.3/opam

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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"

0 commit comments

Comments
 (0)