Skip to content

Commit c67440c

Browse files
authored
Merge pull request #28837 from xguerin/opam-publish-bitstring.5.0.2
2 packages from xguerin/bitstring at 5.0.2
2 parents fdfff29 + e52e5fd commit c67440c

File tree

2 files changed

+87
-0
lines changed
  • packages
    • bitstring/bitstring.5.0.2
    • ppx_bitstring/ppx_bitstring.5.0.2

2 files changed

+87
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bitstrings and bitstring matching for OCaml"
4+
description: """
5+
The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.
6+
You can use this module to both parse and generate binary formats, files and protocols.
7+
Bitstring handling is added as primitives to the language, making it exceptionally simple to use and very powerful.
8+
"""
9+
maintainer: ["Xavier R. Guérin <[email protected]>"]
10+
authors: ["Richard W.M. Jones" "Xavier R. Guérin"]
11+
license: "LGPL-2.0-or-later"
12+
homepage: "https://github.com/xguerin/bitstring"
13+
bug-reports: "https://github.com/xguerin/bitstring/issues"
14+
depends: [
15+
"dune" {>= "3.18"}
16+
"ocaml" {>= "5.2.0"}
17+
"stdlib-shims" {>= "0.1.0"}
18+
"odoc" {with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/xguerin/bitstring.git"
35+
x-maintenance-intent: ["(latest)"]
36+
url {
37+
src: "https://github.com/xguerin/bitstring/archive/refs/tags/v5.0.2.tar.gz"
38+
checksum: [
39+
"md5=c05b0e2846eb0215c397c8e5befb0793"
40+
"sha512=49834e427038bf8fe1cbd9bb4493429b10ea93f170080a317818c518d9cf0baf5e5a596b6e9b8e239c94127298a7e97e226544829b5b34a77231f43e460e95e2"
41+
]
42+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bitstrings and bitstring matching for OCaml - PPX extension"
4+
description: """
5+
The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.
6+
You can use this module to both parse and generate binary formats, files and protocols.
7+
Bitstring handling is added as primitives to the language, making it exceptionally simple to use and very powerful.
8+
"""
9+
maintainer: ["Xavier R. Guérin <[email protected]>"]
10+
authors: ["Richard W.M. Jones" "Xavier R. Guérin"]
11+
license: "LGPL-2.0-or-later"
12+
homepage: "https://github.com/xguerin/bitstring"
13+
bug-reports: "https://github.com/xguerin/bitstring/issues"
14+
depends: [
15+
"dune" {>= "3.18"}
16+
"ocaml" {>= "5.2.0"}
17+
"bitstring" {>= "5.0.2"}
18+
"ocaml" {with-test & >= "5.2.0"}
19+
"ppxlib" {>= "0.36.0"}
20+
"ounit" {with-test}
21+
"odoc" {with-doc}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
dev-repo: "git+https://github.com/xguerin/bitstring.git"
38+
x-maintenance-intent: ["(latest)"]
39+
url {
40+
src: "https://github.com/xguerin/bitstring/archive/refs/tags/v5.0.2.tar.gz"
41+
checksum: [
42+
"md5=c05b0e2846eb0215c397c8e5befb0793"
43+
"sha512=49834e427038bf8fe1cbd9bb4493429b10ea93f170080a317818c518d9cf0baf5e5a596b6e9b8e239c94127298a7e97e226544829b5b34a77231f43e460e95e2"
44+
]
45+
}

0 commit comments

Comments
 (0)