Subject: CVS commit: pkgsrc/textproc/ocaml-jsonm
From: Jaap Boender
Date: 2017-07-11 12:43:46
Message id: 20170711104346.B72DEFACB@cvs.NetBSD.org

Log Message:
Updated package to latest version, 1.0.1. Changes include:

v1.0.1 2016-03-07 La Forclaz (VS)
---------------------------------

- OCaml 4.05.0 compatibility (removal of `Uchar.dump`).

v1.0.0 2016-11-23 Zagreb
------------------------

- Support for RFC 7195/ECMA-404. This means that any JSON value can
  now be codec as JSON text, in RFC 4627 (obsoleted by 7195) this
  could only be an array or an object. If your code was relying on the
  fact the first decoded lexeme was either a `Os` or `As`,
  you will need to review that.
- Fix `Jsonm.decode` not eventually returning `End` on toplevel
  decode error.
- OCaml standard library `Uchar.t` support. At the API level only
  some cases of `Jsonm.error` change.
- Uutf 1.0.0 support.
- Safe string support.
- Build depend on topkg.
- Relicensed from BSD3 to ISC.

Files:
RevisionActionfile
1.7modifypkgsrc/textproc/ocaml-jsonm/Makefile
1.2modifypkgsrc/textproc/ocaml-jsonm/PLIST
1.2modifypkgsrc/textproc/ocaml-jsonm/buildlink3.mk
1.3modifypkgsrc/textproc/ocaml-jsonm/distinfo