Merge branch 'master' into static-fixes

This commit is contained in:
Matthew Bauer
2019-12-02 13:34:24 -05:00
committed by GitHub
2387 changed files with 35006 additions and 69414 deletions
@@ -36,7 +36,7 @@ stdenv.mkDerivation ({
meta = with stdenv.lib; {
description = "An optimized parsing and printing library for the JSON format";
homepage = "http://mjambon.com/${pname}.html";
homepage = "https://github.com/ocaml-community/${pname}";
license = licenses.bsd3;
maintainers = [ maintainers.vbgl ];
platforms = ocaml.meta.platforms or [];