about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/iso8601
AgeCommit message (Collapse)AuthorFilesLines
2022-02-24ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputsUlrik Strid1-1/+4
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-07ocamlPackages.iso8601: switch to fetchFromGitHubFelix Buehler1-9/+10
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-1/+1
2019-11-16Treewide: fix URL permanent redirectsc0bw3b1-1/+1
Permanent redirects on homepages and/or source URLs as reported by Repology
2019-08-17treewide: name -> pnamevolth1-1/+2
2016-10-09OCaml modules: make explicit some dependencies to ocamlbuildVincent Laporte1-2/+2
2016-03-13Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron1-1/+1
2015-12-15ocaml-iso8601: init at 0.2.4Vincent Laporte1-0/+22
OCaml library for ISO 8601 and RFC 3999 date parsing. Homepage: http://sagotch.github.io/ISO8601.ml/