10 stdenv.mkDerivation rec {
11 pname = "ocaml-config-file";
15 url = "https://forge.ocamlcore.org/frs/download.php/1387/config-file-${version}.tar.gz";
16 sha256 = "1b02yxcnsjhr05ssh2br2ka4hxsjpdw34ldl3nk33wfnkwk7g67q";
27 createFindlibDestdir = true;
30 homepage = "http://config-file.forge.ocamlcore.org/";
31 platforms = ocaml.meta.platforms or [ ];
32 description = "OCaml library used to manage the configuration file(s) of an application";
33 license = lib.licenses.lgpl2Plus;
34 maintainers = with lib.maintainers; [ vbgl ];