this repo has no description
1opam-version: "2.0"
2maintainer: "zandoye@gmail.com"
3authors: [ "ZAN DoYe" ]
4homepage: "https://github.com/kandu/ocaml-opencc0/"
5bug-reports: "https://github.com/kandu/ocaml-opencc0/issues"
6license: "MIT"
7tags: [
8 "opencc"
9 "Chinese conversion"
10]
11dev-repo: "git+https://github.com/kandu/ocaml-opencc0"
12
13build: [
14 ["dune" "build" "-p" name "-j" jobs]
15]
16
17depends: [
18 "ocaml" {>= "4.02.3"}
19 "dune" {>= "1.4"}
20 "ctypes"
21 "ctypes-foreign"
22 "conf-opencc0"
23]
24
25post-messages: [
26 "This package requires installation of libopencc (>= 0.4.0 & < 1.0~)"
27]
28
29synopsis: "Bindings for OpenCC (v0) - Open Chinese Convert"
30description:
31 "Open Chinese Convert (OpenCC, 開放中文轉換) is an opensource project for conversion between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion and regional idioms among Mainland China, Taiwan and Hong kong."
32
33url {
34 src:
35 "https://github.com/kandu/ocaml-opencc0/archive/refs/tags/1.0.2.tar.gz"
36 checksum: [
37 "sha256=30782279be55250daa5ae3da0060ca3a6eaf779753ca680dd43ad0cb276fcbd9"
38 "md5=2b438374824d1d9c71e03dd818a9aa30"
39 ]
40}