File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
packages/charset/charset.0.2.0 Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments