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