1 { lib, buildDunePackage, fetchFromGitLab, yojson }:
7 minimalOCamlVersion = "4.03";
8 src = fetchFromGitLab {
9 domain = "framagit.org";
13 sha256 = "sha256:00ap3q5yjqmpk87lxqv1j2wkc7583ynhjr1jjrfn9r0j2h9pfd60";
16 propagatedBuildInputs = [ yojson ];
19 description = "OCaml library to read and write configuration options in JSON syntax";
20 homepage = "https://zoggy.frama.io/ocf/";
21 license = licenses.lgpl3;
22 maintainers = with maintainers; [ regnat ];