this repo has no description
1opam-version: "2.0" 2maintainer: "Jeremy Yallop <yallop@gmail.com>" 3authors: [ "Jeremy Yallop <yallop@gmail.com>" ] 4license: "MIT" 5homepage: "https://github.com/yallop/ocaml-charset" 6bug-reports: "https://github.com/yallop/charset/issues" 7dev-repo: "git+https://github.com/yallop/charset.git" 8build: [ 9 ["dune" "subst"] {dev} 10 ["dune" "build" "-p" name "-j" jobs] 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12] 13depends: [ 14 "ocaml" {>= "4.11.0"} 15 "dune" {>= "2.3"} 16 "ocaml_intrinsics" {>= "v0.15.0" & os != "win32"} 17 "ounit2" {with-test} 18] 19available: (arch = "x86_64" | arch = "ppc64" | arch = "arm64") 20 21synopsis: "Fast char sets" 22url { 23 src: 24 "https://github.com/yallop/ocaml-charset/archive/refs/tags/0.1.0.tar.gz" 25 checksum: [ 26 "sha256=4a4f75d512ff8c5c636449bc979949cf9fffaf44def28df289b7d1005cc1d278" 27 "md5=8b3162d12046fffea50863308db9a3d3" 28 ] 29}