opam-version: "2.0" maintainer: "Jeremy Yallop " authors: [ "Jeremy Yallop " ] license: "MIT" homepage: "https://github.com/yallop/ocaml-charset" bug-reports: "https://github.com/yallop/charset/issues" dev-repo: "git+https://github.com/yallop/charset.git" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.11.0"} "dune" {>= "2.3"} "ocaml_intrinsics" {>= "v0.15.0" & os != "win32"} "ounit2" {with-test} ] available: (arch = "x86_64" | arch = "ppc64" | arch = "arm64") synopsis: "Fast char sets" url { src: "https://github.com/yallop/ocaml-charset/archive/refs/tags/0.1.0.tar.gz" checksum: [ "sha256=4a4f75d512ff8c5c636449bc979949cf9fffaf44def28df289b7d1005cc1d278" "md5=8b3162d12046fffea50863308db9a3d3" ] }