Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
292 B
Text
6 lines
292 B
Text
Jsonm is an OCaml non-blocking streaming codec to decode and encode the
|
|
JSON data format. It can process JSON text without blocking on IO and
|
|
without a complete in-memory representation of the data.
|
|
|
|
The uncut codec also processes whitespace and (non-standard) JSON with
|
|
JavaScript comments.
|