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" 12build: [ 13 [make] 14] 15install: [make "install"] 16remove: ["ocamlfind" "remove" "opencc"] 17depends: [ 18 "ocaml" 19 "ocamlfind" {build} 20 "ctypes" 21 "ctypes-foreign" 22] 23depexts: [ 24 ["libopencc-dev"] {os-family = "debian"} 25 ["opencc"] {os-distribution = "arch"} 26] 27post-messages: [ 28 "This package requires installation of libopencc-dev (>= 0.4.3)" {failure & os = "debian"} 29 "This package requires installation of libopencc-dev (>= 0.4.3)" {failure & os = "ubuntu"} 30 "This package requires installation of opencc" {failure & os = "arch"} 31] 32synopsis: "Bindings for OpenCC - Open Chinese Convert" 33description: 34 "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." 35flags: light-uninstall 36url { 37 src: 38 "https://github.com/kandu/ocaml-opencc0/archive/refs/tags/0.4.3-0.1.1.tar.gz" 39 checksum: [ 40 "sha256=6df352256d728ee159a971aac242d8e54b75488fb3f349e18c8a1307ba221a19" 41 "md5=90bc980b4cb4834f3ff78ec30443c8c1" 42 ] 43}