opam-version: "2.0" maintainer: "zandoye@gmail.com" authors: [ "ZAN DoYe" ] homepage: "https://github.com/kandu/ocaml-opencc1_1/" bug-reports: "https://github.com/kandu/ocaml-opencc1_1/issues" license: "MIT" tags: [ "opencc" "Chinese conversion" ] dev-repo: "git+https://github.com/kandu/ocaml-opencc1.1" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.02.3"} "dune" {>= "1.4"} "ctypes" "ctypes-foreign" "conf-opencc1_1" ] post-messages: [ "This package requires installation of libopencc (>= 1.1 & < 2.0~)" ] synopsis: "Bindings for OpenCC (v1.1) - 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." url { src: "https://github.com/kandu/ocaml-opencc1_1/archive/refs/tags/0.1.0.tar.gz" checksum: [ "sha256=4540c6a709f12bdd66ec4719a85f7a5851815574aa801fdefde3b8ed4827cdfa" "md5=32b842d41cc65e462136620d6bc3bd95" ] }