Skip to content

Commit a9b4c84

Browse files
authored
Merge pull request #28063 from smuenzel/release-fast_bitvector-0.1.2
[new release] fast_bitvector (0.1.2.2)
2 parents 07d2217 + 86eb966 commit a9b4c84

File tree

1 file changed

+52
-0
lines changed
  • packages/fast_bitvector/fast_bitvector.0.1.2.2

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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"})
29+
| ("ocaml" {>= "5.1.0" & < "5.4.0"} & "ocaml_intrinsics_kernel" { arch != "arm32" & arch != "x86_32" })
30+
| ("ocaml" {>= "5.4.0"}
31+
& "ocaml_intrinsics_kernel" { arch != "arm32" & arch != "x86_32" }
32+
& "ppxlib_jane" {>= "v0.17.4"}
33+
)
34+
)
35+
"ppx_sexp_conv"
36+
"ppx_sexp_value" { >= "v0.16.0" }
37+
"ppx_cold" { >= "v0.16.0" }
38+
"expect_test_helpers_core" {with-test}
39+
"ppx_jane" {with-test}
40+
"odoc" {with-doc}
41+
"qcheck-core" {with-test}
42+
"ppx_optcomp" {with-test}
43+
]
44+
url {
45+
src:
46+
"https://github.com/engineeredabstraction/fast_bitvector/releases/download/0.1.2.2/fast_bitvector-0.1.2.2.tbz"
47+
checksum: [
48+
"sha256=5be2df6779c72432e1f512c4e31d6b564e90d8d839429c46b2062ef5b9d7b3f4"
49+
"sha512=9196c0e6984eab20cb3e4db4f0c9510ef9d8fd5fb6fed00db7d46bf9d63afe9e6218db732a84d6a213fe1bcbf66acb92755df709e8c746767fbae3af18a280f3"
50+
]
51+
}
52+
x-commit-hash: "1584df48cb8049f37033c1da9cd9e217f9dca6f8"

0 commit comments

Comments
 (0)