A JSON parsing and encoding library optimized for ease of use and high

performance.  (A note on naming: in Greek mythology, Aeson was the
father of Jason.)

WWW:	http://github.com/mailrank/aeson

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-14 17:55:09 +00:00
parent 0fc9284caf
commit 8481577102
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279716
5 changed files with 31 additions and 0 deletions

View file

@ -26,6 +26,7 @@
SUBDIR += fpc-iconvenc
SUBDIR += fribidi
SUBDIR += gbase
SUBDIR += hs-aeson
SUBDIR += hs-dataenc
SUBDIR += hs-json
SUBDIR += htx

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: hs-aeson
# Date created: July 30, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= aeson
PORTVERSION= 0.3.2.11
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast JSON parsing and encoding
LICENSE= BSD
USE_CABAL= attoparsec>=0.8.6.1 blaze-builder>=0.2.1.4 blaze-textual>=0.2.0.2 \
deepseq hashable>=1.1.2.0 mtl syb text>=0.11.0.2 \
unordered-containers>=0.1.3.0 vector>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cabal/aeson-0.3.2.11.tar.gz) = c70a163275c0f620a1d585c02c78b3ad6da6cb57a5671e12f9b3d43556df6a33
SIZE (cabal/aeson-0.3.2.11.tar.gz) = 79154

View file

@ -0,0 +1,5 @@
A JSON parsing and encoding library optimized for ease of use and high
performance. (A note on naming: in Greek mythology, Aeson was the
father of Jason.)
WWW: http://github.com/mailrank/aeson

View file

@ -11,6 +11,7 @@
# KEEP THE LIST ALPHABETICALLY SORTED!
aeson_port= converters/hs-aeson
Agda_port= math/hs-Agda # executable
Agda-executable_port= math/hs-Agda-executable # executable
alex_port= devel/hs-alex # executable