about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/jsonm
AgeCommit message (Collapse)AuthorFilesLines
2022-05-11ocamlPackages: inherit ocaml.meta.platformsMalo Bourgon1-1/+1
2022-05-11ocamlPackages: add meta.mainProgram to many packagesMalo Bourgon1-0/+1
2022-02-24ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputsUlrik Strid1-2/+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
2022-02-06treewide: rename name to pname&versionFelix Buehler1-4/+3
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-11ocaml-modules: replace buildInputs with nativeBuildInputs where appropriateYorick van Pelt1-1/+2
The default has been to use buildInputs for build dependencies. This doesn't work when cross-compiling.
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
2019-04-15treewide: update homepages to https where availableMatthew Bauer1-1/+1
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2018-11-12ocamlPackages.*: remove unnecessary unpackCmdThéo Zimmermann1-2/+0
2017-12-14ocamlPackages.topkg: refactoringVincent Laporte1-4/+2
2017-07-01ocamlPackages.jsonm: 1.0.0 -> 1.0.1Vincent Laporte1-2/+2
2017-01-13ocamlPackages.jsonm: 0.9.1 -> 1.0.0Vincent Laporte1-8/+7
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-04-21meta.licenses -> licenseJoachim Fasting1-1/+1
2015-01-20Adds ocaml-jsonmVincent Laporte1-0/+30
Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON data format. Homepage: http://erratique.ch/software/jsonm