11 buildDunePackage rec {
15 minimalOCamlVersion = "4.03";
18 url = "https://github.com/gildor478/ocaml-gettext/releases/download/v${version}/gettext-v${version}.tbz";
19 sha256 = "19ynsldb21r539fiwz1f43apsdnx7hj2a2d9qr9wg2hva9y2qrwb";
22 nativeBuildInputs = [ cppo ];
24 propagatedBuildInputs = [
29 # Tests for version 0.4.2 are not compatible with OUnit 2.2.6
32 checkInputs = [ ounit ];
37 description = "OCaml Bindings to gettext";
38 homepage = "https://github.com/gildor478/ocaml-gettext";
39 license = licenses.lgpl21;
41 mainProgram = "ocaml-gettext";