this repo has no description
1opam-version: "2.0"
2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
3authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
4homepage: "http://ocaml.org"
5doc: "https://ocaml.github.io/uchar/"
6dev-repo: "git+https://github.com/ocaml/uchar.git"
7bug-reports: "https://github.com/ocaml/uchar/issues"
8tags: [ "text" "character" "unicode" "compatibility" "org:ocaml.org" ]
9license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
10depends: [
11 "ocaml" {>= "3.12.0"}
12 "ocamlbuild" {build}
13]
14build: [
15 ["ocaml" "pkg/git.ml"]
16 [
17 "ocaml"
18 "pkg/build.ml"
19 "native=%{ocaml:native}%"
20 "native-dynlink=%{ocaml:native-dynlink}%"
21 ]
22]
23synopsis: "Compatibility library for OCaml's Uchar module"
24description: """
25The `uchar` package provides a compatibility library for the
26[`Uchar`][1] module introduced in OCaml 4.03.
27
28The `uchar` package is distributed under the license of the OCaml
29compiler. See [LICENSE](LICENSE) for details.
30
31[1]: http://caml.inria.fr/pub/docs/manual-ocaml/libref/Uchar.html"""
32url {
33 src:
34 "https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz"
35 checksum: [
36 "sha256=47397f316cbe76234af53c74a1f9452154ba3bdb54fced5caac959f50f575af0"
37 "md5=c9ba2c738d264c420c642f7bb1cf4a36"
38 ]
39}