Skip to content

Commit 386fd68

Browse files
committed
[new release] bstr (3 packages) (0.0.2)
CHANGES: - Fix SIGSEGV when we use `memmove`
1 parent 9b213cf commit 386fd68

File tree

3 files changed

+83
-0
lines changed
  • packages

3 files changed

+83
-0
lines changed

packages/bin/bin.0.0.2/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.2/bstr-0.0.2.tbz"
23+
checksum: [
24+
"sha256=ff3bf3081cd3d35e0e7ac4e6c4604307df19454fbe60d0cb519f2e6832b791e3"
25+
"sha512=83ad7dcd09f9670efa8b78d7cbb36860da3d5d90dcbd9f5fadaa031a78354c6bdf7de88bce38afc5a221cb2b75bdaaa9062c6650813ec088b51686ee9a22e285"
26+
]
27+
}
28+
x-commit-hash: "0230273b9ee86175d9efe96f228c87a3fc06f17b"

packages/bstr/bstr.0.0.2/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.2/bstr-0.0.2.tbz"
22+
checksum: [
23+
"sha256=ff3bf3081cd3d35e0e7ac4e6c4604307df19454fbe60d0cb519f2e6832b791e3"
24+
"sha512=83ad7dcd09f9670efa8b78d7cbb36860da3d5d90dcbd9f5fadaa031a78354c6bdf7de88bce38afc5a221cb2b75bdaaa9062c6650813ec088b51686ee9a22e285"
25+
]
26+
}
27+
x-commit-hash: "0230273b9ee86175d9efe96f228c87a3fc06f17b"

packages/slice/slice.0.0.2/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.2/bstr-0.0.2.tbz"
23+
checksum: [
24+
"sha256=ff3bf3081cd3d35e0e7ac4e6c4604307df19454fbe60d0cb519f2e6832b791e3"
25+
"sha512=83ad7dcd09f9670efa8b78d7cbb36860da3d5d90dcbd9f5fadaa031a78354c6bdf7de88bce38afc5a221cb2b75bdaaa9062c6650813ec088b51686ee9a22e285"
26+
]
27+
}
28+
x-commit-hash: "0230273b9ee86175d9efe96f228c87a3fc06f17b"

0 commit comments

Comments
 (0)