about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/base64
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.
2023-01-03ocamlPackages.base64: add missing dependencyVincent Laporte1-4/+4
2022-08-31ocamlPackages.fmt: 0.8.9 → 0.9.0Vincent Laporte1-1/+1
2021-02-16ocamlPackages.base64: 3.4.0 -> 3.5.0R. RyanTM1-7/+8
dune-configurator is no longer necessary. Also do some minor cleanups like: * moving bos to checkInputs * adding rresult to checkInputs * adding minimumOCamlVersion * make doCheck conditional to fix evaluation for ocaml < 4.05
2020-10-30ocamlPackages.base64: 3.2.0 → 3.4.0Vincent Laporte1-16/+8
2020-06-25ocamlPackages.base64_2: remove at 2.0.0Vincent Laporte1-25/+0
2020-04-21ocamlPackages.base64: fix tests for alcotest ≥ 1.0Vincent Laporte1-3/+10
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-04-06ocamlPackages.base64: 2.0.0 -> 3.2.0Vincent Laporte2-10/+36
Keep the legacy version under attribute `base64_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-03-03Adds ocaml-base64Vincent Laporte1-0/+24
Base64 encoding and decoding in OCaml Homepage: https://github.com/mirage/ocaml-base64