1 { lib, fetchFromGitHub, buildDunePackage
8 minimalOCamlVersion = "4.08";
11 src = fetchFromGitHub {
15 hash = "sha256-uk14Py7lEEDJhFsRRtStXqKlJLtx0o8eS9DEIes4SHw=";
18 nativeBuildInputs = [ menhir ];
19 propagatedBuildInputs = [ iso8601 ];
22 description = "Implementation in OCaml of the Toml minimal langage";
23 homepage = "http://ocaml-toml.github.io/To.ml";
24 license = lib.licenses.lgpl3;
25 maintainers = [ lib.maintainers.vbgl ];