this repo has no description
1opam-version: "2.0"
2synopsis: "Internationalization using C gettext library (i18n)"
3description: "See gettext package description."
4maintainer: ["Sylvain Le Gall <sylvain+ocaml@le-gall.net>"]
5authors: ["Sylvain Le Gall"]
6license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
7homepage: "https://github.com/gildor478/ocaml-gettext"
8doc: "https://gildor478.github.io/ocaml-gettext/"
9bug-reports: "https://github.com/gildor478/ocaml-gettext/issues"
10depends: [
11 "ocaml" {>= "4.14"}
12 "dune" {>= "3.17"}
13 "gettext" {= version}
14 "dune-configurator" {>= "3.17.0"}
15 "ounit2" {>= "2.2.7" & with-test}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "--promote-install-files=false"
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32 ["dune" "install" "-p" name "--create-install-files" name]
33]
34dev-repo: "git+https://github.com/gildor478/ocaml-gettext.git"
35depexts: [
36 ["gettext"] {os = "macos" & os-distribution = "homebrew"}
37 ["gettext"] {os = "macos" & os-distribution = "macports"}
38 ["gettext-devel"] {os = "win32" & os-distribution = "cygwinports"}
39 ["gettext-devel"] {os = "win32" & os-distribution = "cygwin"}
40 ["gettext-dev"] {os-distribution = "alpine"}
41 ["libc6-dev"] {os-family = "debian"}
42]
43url {
44 src:
45 "https://github.com/gildor478/ocaml-gettext/releases/download/v0.5.0/gettext-0.5.0.tbz"
46 checksum: [
47 "sha256=08dd9df55b2af1838e2312be4be942b4375dbc18c2aed0ca1924488750e34f5d"
48 "sha512=4a09eab6d6f0d6ec435ca3d70305e2f97cbcc04bea72f85efcf649a0ead2faa322a0b054eb953b719f6dea98fb08de32fc80b4cf967681465c5a51e335aaf8d4"
49 ]
50}
51x-commit-hash: "999e85cadbe675f8e60083241b403438f8d2c869"