Skip to content

Commit 8845ed5

Browse files
committed
Add charset 0.2.0
1 parent e28c864 commit 8845ed5

File tree

1 file changed

+29
-0
lines changed
  • packages/charset/charset.0.2.0

1 file changed

+29
-0
lines changed
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)