File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
packages/ubase/ubase.0.20 Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Remove diacritics from latin utf8 strings"
4+ maintainer: ["Vu Ngoc San <
[email protected] >"]
5+ authors: ["Vu Ngoc San <
[email protected] >"]
6+ license: "LGPL-3.0-or-later"
7+ tags: ["utf8"]
8+ homepage: "https://github.com/sanette/ubase"
9+ bug-reports: "https://github.com/sanette/ubase/issues"
10+ depends: [
11+ "dune" {>= "2.7"}
12+ "ocaml" {>= "4.14.0"}
13+ "odoc" {with-doc}
14+ ]
15+ build: [
16+ ["dune" "subst"] {dev}
17+ [
18+ "dune"
19+ "build"
20+ "-p"
21+ name
22+ "-j"
23+ jobs
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ dev-repo: "git+https://github.com/sanette/ubase.git"
30+ url {
31+ src: "https://github.com/sanette/ubase/archive/0.20.tar.gz"
32+ checksum: [
33+ "md5=f59f4204ee511d133446179a235b6de6"
34+ "sha512=485adda79aea3f38568495fe3194e13784ef4ec7a56c65f59348cd7144e1e10062368f95cccfb65ffa53c6969b1382b454383fee6992f7b14c16cdfd15083419"
35+ ]
36+ }
You can’t perform that action at this time.
0 commit comments