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.04.tar.gz"
30 checksum: [
31 "md5=026a2ca4178de74f3a8a0054d3066482"
32 "sha512=d29fae7826022a97379adc94489af83615edf504fce304070317df658dee2ed1289d98f9ab39b2dd920b9f29f783d7a152afa242b5c9d29268c52851a474e2b5"
33 ]
34}