Skip to content

Commit 3c044b9

Browse files
authored
Merge pull request ocaml#28002 from smuenzel/release-fast_bitvector-0.1.0
[new release] fast_bitvector (0.1.0.1)
2 parents f8565bf + 0dba09b commit 3c044b9

File tree

1 file changed

+44
-0
lines changed
  • packages/fast_bitvector/fast_bitvector.0.1.0.1

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "A bitvector library"
3+
description: "Bitvector represented as bytes internally"
4+
maintainer: ["Stefan Muenzel <[email protected]>"]
5+
authors: ["Stefan Muenzel <[email protected]>"]
6+
license: "MPL-2.0"
7+
tags: ["bitvector" "bitset"]
8+
homepage: "https://github.com/engineeredabstraction/fast_bitvector"
9+
bug-reports: "https://github.com/engineeredabstraction/fast_bitvector/issues"
10+
build: [
11+
["dune" "subst"] {dev}
12+
[
13+
"dune"
14+
"build"
15+
"-p"
16+
name
17+
"-j"
18+
jobs
19+
"@install"
20+
"@runtest" {with-test}
21+
"@doc" {with-doc}
22+
]
23+
]
24+
dev-repo: "git+https://github.com/engineeredabstraction/fast_bitvector.git"
25+
x-maintenance-intent: ["(latest)"]
26+
depends: [
27+
"dune" {>= "3.18"}
28+
(("ocaml" {>= "4.14.0" & <"5.1.0"}) | ("ocaml" {>= "5.1.0"} & "ocaml_intrinsics_kernel" { arch != "arm32" & arch != "x86_32" }))
29+
"ppx_sexp_conv"
30+
"ppx_sexp_value" { >= "v0.16.0" }
31+
"ppx_cold" { >= "v0.16.0" }
32+
"expect_test_helpers_core" {with-test}
33+
"ppx_jane" {with-test}
34+
"odoc" {with-doc}
35+
]
36+
url {
37+
src:
38+
"https://github.com/engineeredabstraction/fast_bitvector/releases/download/0.1.0.1/fast_bitvector-0.1.0.1.tbz"
39+
checksum: [
40+
"sha256=ea40f4a178c3fe4844527e4a5c44a367a9e64cd12aa923f20215eb0fa9457305"
41+
"sha512=2779a84412976122a9a6c24e350566623d4d5642053be49b7d04d2b7537a10f00f03ebb6264dd2c8f8bc381f534de790d1254c849cf301be9ac634e4d2e4fa5b"
42+
]
43+
}
44+
x-commit-hash: "b4aa08b970af114dd1b2db7ea073960ba94e56b4"

0 commit comments

Comments
 (0)