this repo has no description
1opam-version: "2.0"
2synopsis: "Internationalization library using camomile (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 "camomile" {>= "2.0.0"}
15 "ounit2" {>= "2.2.7" & with-test}
16 "fileutils" {>= "0.6.6" & with-test}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "--promote-install-files=false"
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33 ["dune" "install" "-p" name "--create-install-files" name]
34]
35dev-repo: "git+https://github.com/gildor478/ocaml-gettext.git"
36url {
37 src:
38 "https://github.com/gildor478/ocaml-gettext/releases/download/v0.5.0/gettext-0.5.0.tbz"
39 checksum: [
40 "sha256=08dd9df55b2af1838e2312be4be942b4375dbc18c2aed0ca1924488750e34f5d"
41 "sha512=4a09eab6d6f0d6ec435ca3d70305e2f97cbcc04bea72f85efcf649a0ead2faa322a0b054eb953b719f6dea98fb08de32fc80b4cf967681465c5a51e335aaf8d4"
42 ]
43}
44x-commit-hash: "999e85cadbe675f8e60083241b403438f8d2c869"