Skip to content

Commit 6bc77fc

Browse files
committed
Package camomile.2.0
1 parent 4ac28b1 commit 6bc77fc

File tree

1 file changed

+46
-0
lines changed
  • packages/camomile/camomile.2.0.0

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A Unicode library"
4+
description: """
5+
Camomile is a Unicode library for OCaml. Camomile provides Unicode character
6+
type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings,
7+
collation and locale-sensitive case mappings, and more. The library is currently
8+
designed for Unicode Standard 3.2."""
9+
maintainer: ["[email protected]"]
10+
authors: ["Yoriyuki Yamagata"]
11+
license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception"
12+
homepage: "https://github.com/savonet/Camomile"
13+
doc: "https://savonet.github.io/Camomile/"
14+
bug-reports: "https://github.com/savonet/Camomile/issues"
15+
depends: [
16+
"dune" {>= "3.4"}
17+
"dune-site"
18+
"camlp-streams"
19+
"stdlib-random" {with-test}
20+
"ocaml" {>= "4.13"}
21+
"odoc" {with-doc}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"--promote-install-files=false"
33+
"@install"
34+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
["dune" "install" "-p" name "--create-install-files" name]
38+
]
39+
dev-repo: "git+https://github.com/savonet/Camomile.git"
40+
url {
41+
src: "https://github.com/savonet/Camomile/archive/refs/tags/v2.0.0.tar.gz"
42+
checksum: [
43+
"md5=41e02d124c3fa29ea511110d2c6532de"
44+
"sha512=b0ae3d921f65390e8ec88a04901dd097b568db9f9ae70fb328e9d3ddb2dd8922b9a8e8da9ace91ad9cb5f6a1310ae5b6ba502e287d6c828f4d60622289316ac8"
45+
]
46+
}

0 commit comments

Comments
 (0)