this repo has no description
1opam-version: "2.0"
2synopsis: "Remove diacritics from latin utf8 strings"
3maintainer: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
4authors: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
5license: "GPL-2.0-only"
6homepage: "https://github.com/sanette/ubase"
7bug-reports: "https://github.com/sanette/ubase/issues"
8depends: [
9 "dune" {>= "1.11"}
10 "uutf" {>= "1.0.1"}
11 "ocaml" {>= "4.05.0"}
12]
13build: [
14 ["dune" "subst"] {dev}
15 [
16 "dune"
17 "build"
18 "-p"
19 name
20 "-j"
21 jobs
22 "@install"
23 "@runtest" {with-test}
24 "@doc" {with-doc}
25 ]
26]
27dev-repo: "git+https://github.com/sanette/ubase.git"
28url {
29 src: "https://github.com/sanette/ubase/archive/0.03.tar.gz"
30 checksum: [
31 "md5=ace4603b1618f36a2b181d18a523132e"
32 "sha512=307206da7097ae87ef9a8b69d13f0f06709d3ce9445a2d811d70c583792722ff632f108043f1190914559b824e83aee2224f1ab295c864ae487f4781d3aa84cd"
33 ]
34}