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