12 minimalOCamlVersion = "4.03";
13 src = fetchFromGitLab {
14 domain = "framagit.org";
18 sha256 = "sha256-tTNpvncLO/WfcMbjqRfqzcdPv2Bd877fOU5AZlkkcXA=";
21 propagatedBuildInputs = [ yojson ];
24 description = "OCaml library to read and write configuration options in JSON syntax";
25 homepage = "https://zoggy.frama.io/ocf/";
26 license = licenses.lgpl3;
27 maintainers = with maintainers; [ regnat ];