12 minimalOCamlVersion = "4.08";
15 src = fetchFromGitHub {
19 hash = "sha256-uk14Py7lEEDJhFsRRtStXqKlJLtx0o8eS9DEIes4SHw=";
22 nativeBuildInputs = [ menhir ];
23 propagatedBuildInputs = [ iso8601 ];
26 description = "Implementation in OCaml of the Toml minimal langage";
27 homepage = "http://ocaml-toml.github.io/To.ml";
28 license = lib.licenses.lgpl3;
29 maintainers = [ lib.maintainers.vbgl ];