Skip to content

Commit 8ae853b

Browse files
Merge pull request ocaml#27847 from yallop/charset-0.2.0
Add charset 0.2.0
2 parents e79bcaa + de87675 commit 8ae853b

File tree

2 files changed

+30
-1
lines changed
  • packages/charset

2 files changed

+30
-1
lines changed

packages/charset/charset.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1212
]
1313
depends: [
14-
"ocaml" {>= "4.11.0"}
14+
"ocaml" {>= "4.11.0" & < "5.0.0"}
1515
"dune" {>= "2.3"}
1616
"ocaml_intrinsics" {>= "v0.15.0" & os != "win32"}
1717
"ounit2" {with-test}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
opam-version: "2.0"
2+
maintainer: "Jeremy Yallop <[email protected]>"
3+
authors: [ "Jeremy Yallop <[email protected]>" ]
4+
license: "MIT"
5+
homepage: "https://github.com/yallop/ocaml-charset"
6+
bug-reports: "https://github.com/yallop/charset/issues"
7+
dev-repo: "git+https://github.com/yallop/charset.git"
8+
build: [
9+
["dune" "subst"] {dev}
10+
["dune" "build" "-p" name "-j" jobs]
11+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
12+
]
13+
depends: [
14+
"ocaml" {>= "4.11.0"}
15+
"dune" {>= "2.3"}
16+
"ocaml_intrinsics" {>= "v0.15.0" & os != "win32"}
17+
"ounit2" {with-test}
18+
]
19+
available: (arch = "x86_64" | arch = "ppc64" | arch = "arm64")
20+
21+
synopsis: "Fast char sets"
22+
url {
23+
src:
24+
"https://github.com/yallop/ocaml-charset/archive/refs/tags/0.2.0.tar.gz"
25+
checksum: [
26+
"sha256=3c3bf92a0bf66b4bf4d5165ac9815bc5d66c9545f37877957795396f30eb9d83"
27+
"md5=2a512b04a01623731e0f76ac610ba49d"
28+
]
29+
}

0 commit comments

Comments
 (0)