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]
11
12build: [
13 ["sh" "-exec" "cc $CFLAGS test.c -l:libopencc.so.2"]
14]
15
16depexts: [
17 ["libopencc2"] {os-family = "debian"}
18 ["libopencc2"] {os-family = "suse" | os-family = "opensuse"}
19 ["opencc"] {os-distribution = "arch"}
20 ["app-i18n/opencc"] {os-distribution = "gentoo"}
21 ["opencc"] {os-distribution = "fedora"}
22 ["opencc"] {os-distribution = "centos"}
23 ["opencc"] {os = "freebsd"}
24 ["opencc"] {os = "macos" & os-distribution = "homebrew"}
25]
26synopsis: "Virtual package relying on opencc v1 (libopencc.so.2) installation"
27description: "This package can install only if the libopencc v1 is available on the system"
28
29flags: [conf]
30extra-source "test.c" {
31 src:
32 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-opencc1/test.c"
33 checksum: [
34 "sha256=57b9a643ad8840d8b26e9deccd86faba017ebd91037aa4e4124d6005e2e90cf8"
35 "md5=9690f46dfbcfc47a300c8cac95f3ded2"
36 ]
37}
38