-
Notifications
You must be signed in to change notification settings - Fork 0
/
opencc0.opam
31 lines (27 loc) · 918 Bytes
/
opencc0.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
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "ZAN DoYe" ]
homepage: "https://github.com/kandu/ocaml-opencc0/"
bug-reports: "https://github.com/kandu/ocaml-opencc0/issues"
license: "MIT"
tags: [
"opencc"
"Chinese conversion"
]
dev-repo: "git+https://github.com/kandu/ocaml-opencc0"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "1.4"}
"ctypes"
"ctypes-foreign"
"conf-opencc0"
]
post-messages: [
"This package requires installation of libopencc (>= 0.4.3 & < 1.0~)"
]
synopsis: "Bindings for OpenCC (v0) - Open Chinese Convert"
description:
"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."