this repo has no description
1opam-version: "2.0"
2maintainer: "zandoye@gmail.com"
3authors: [ "ZAN DoYe" ]
4homepage: "https://github.com/kandu/ocaml-opencc1/"
5bug-reports: "https://github.com/kandu/ocaml-opencc1/issues"
6license: "MIT"
7tags: [
8 "opencc"
9 "Chinese conversion"
10]
11dev-repo: "hg+https://github.com/kandu/ocaml-opencc1"
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-opencc1"
23]
24
25post-messages: [
26 "This package requires installation of libopencc (>= 1.0.1 & < 1.1~)"
27]
28
29synopsis: "Bindings for OpenCC (v1) - 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-opencc1/archive/refs/tags/1.0.1.tar.gz"
36 checksum: [
37 "sha256=a6b35756ffb66e51e81480d3200ed3c420bd04b65d5e56ac2d7f840e0071e8e7"
38 "md5=c9a779eeff406073732abda54e3bcf76"
39 ]
40}