982dc8ace2
Fast and efficient encoding and decoding of base16-encoded strings.
11 lines
298 B
Makefile
11 lines
298 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/15 07:13:44 pho Exp $
|
|
|
|
DISTNAME= base16-bytestring-0.1.1.6
|
|
CATEGORIES= converters
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Fast base16 (hex) encoding and decoding for ByteStrings
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|