about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mparser
AgeCommit message (Collapse)AuthorFilesLines
2021-07-23comby: init at 1.5.1Sylvain Fankhauser1-1/+1
2021-07-23ocamlPackages.mparser-pcre: init at 1.3Sylvain Fankhauser1-0/+12
2021-07-23ocamlPackages.mparser: 1.2.3 → 1.3Sylvain Fankhauser1-16/+12
2021-01-12ocamlPackages: stdenv.lib → libsternenseemann1-3/+3
This change was produced by searching for remaining occurrences of stdenv.lib and replacing them manually. Reference #108938.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2017-06-14ocamlPackages.mparser: 1.2.1 -> 1.2.3Vincent Laporte1-3/+3
2017-02-22ocamlPackages.mparser: init at 1.2.1Vincent Laporte1-0/+25
MParser is a simple monadic parser combinator library for OCaml. Homepage: https://github.com/cakeplus/mparser/