mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
A binary serialization library, similar to binary, that introduces an
isolate primitive for parser isolation, and replaces the asynchronous errors with a user-handleable Either type. Similar to binary in performance, but uses a strict ByteString instead of a lazy ByteString, thus restricting it to operating on finite inputs. WWW: http://hackage.haskell.org/package/cereal Obtained from: FreeBSD Haskell
This commit is contained in:
parent
d3d5c35b1d
commit
f7cecff29d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279635
@ -583,6 +583,7 @@
|
||||
SUBDIR += hs-bytestring-nums
|
||||
SUBDIR += hs-c2hs
|
||||
SUBDIR += hs-cabal-install
|
||||
SUBDIR += hs-cereal
|
||||
SUBDIR += hs-checkers
|
||||
SUBDIR += hs-cmdargs
|
||||
SUBDIR += hs-convertible
|
||||
|
18
devel/hs-cereal/Makefile
Normal file
18
devel/hs-cereal/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# New ports collection makefile for: hs-cereal
|
||||
# Date created: 2010-08-17
|
||||
# Whom: Ashish SHUKLA <ashish@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cereal
|
||||
PORTVERSION= 0.3.3.0
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= A binary serialization library for Haskell
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-cereal/distinfo
Normal file
2
devel/hs-cereal/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/cereal-0.3.3.0.tar.gz) = 7e94e9b337f9372289839ceeefb255ac671802904ebdfe01aee7fcb51d2e0d2f
|
||||
SIZE (cabal/cereal-0.3.3.0.tar.gz) = 18876
|
7
devel/hs-cereal/pkg-descr
Normal file
7
devel/hs-cereal/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
A binary serialization library, similar to binary, that introduces an
|
||||
isolate primitive for parser isolation, and replaces the asynchronous
|
||||
errors with a user-handleable Either type. Similar to binary in
|
||||
performance, but uses a strict ByteString instead of a lazy
|
||||
ByteString, thus restricting it to operating on finite inputs.
|
||||
|
||||
WWW: http://hackage.haskell.org/package/cereal
|
@ -33,6 +33,7 @@ bsd-sysctl_port= devel/hs-bsd-sysctl
|
||||
bytestring-nums_port= devel/hs-bytestring-nums # executable
|
||||
c2hs_port= devel/hs-c2hs # executable
|
||||
cabal-install_port= devel/hs-cabal-install # executable
|
||||
cereal_port= devel/hs-cereal
|
||||
cairo_port= graphics/hs-cairo
|
||||
case-insensitive_port= textproc/hs-case-insensitive
|
||||
category-extras_port= math/hs-category-extras # BROKEN
|
||||
|
Loading…
Reference in New Issue
Block a user