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