diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-01-02 23:26:47 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-01-02 23:26:47 +0000 |
commit | 362d3145b577337e6a4f083cda6b47e4533b6fa9 (patch) | |
tree | 62f7437847bdc0d8d359720e3eece6b2d86dff9f /converters/Makefile | |
parent | TagSoup is a Haskell library for extracting information out of (diff) |
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It is easy for humans to read and write. It is easy for
machines to parse and generate. It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition -
December 1999.
This library provides a parser and pretty printer for converting
between Haskell values and JSON.
WWW: http://hackage.haskell.org/package/json
PR: ports/142184
Submitted by: Jacula Modyun <jacula(at)gmail.com>
Notes
Notes:
svn path=/head/; revision=247032
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index f30166d381e2..ab30862962ef 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -22,6 +22,7 @@ SUBDIR += fpc-iconvenc SUBDIR += fribidi SUBDIR += gbase + SUBDIR += hs-json SUBDIR += htx SUBDIR += i18ntools SUBDIR += ical2html |