pkgsrc/devel/hs-cereal/Makefile
pho 045593185d Import cereal-0.5.8.1 from wip
A binary serialization library, similar to binary, that introduces an
isolate primitive for parser isolation, and labeled blocks for better
error messages.
2020-01-16 16:27:58 +00:00

11 lines
255 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/16 16:27:58 pho Exp $
DISTNAME= cereal-0.5.8.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Binary serialization library
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"