about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/pyml
AgeCommit message (Collapse)AuthorFilesLines
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-13ocamlPackages.pyml: 20220615 → 20220905Jan Tojnar1-24/+31
https://github.com/thierry-martinez/pyml/releases/tag/20220905 Aldo switch to dune, which has been available since 2021-09-24. And remove unneeded dependencies: - ncurses was needed for Python in the past - ocaml and findlib are implied by dune
2022-08-21ocamlPackages.pyml: 20211015 -> 20220615R. Ryantm1-2/+2
2022-02-24ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputsUlrik Strid1-1/+5
To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild. This makes some closures significantly smaller and makes cross compilation easier
2021-12-08ocamlPackages.pyml: 20210226 -> 20211015R. Ryantm1-2/+2
2021-10-13ocamlPackages.pyml: init at 20210226Ulrik Strid1-0/+44
Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>