fa8c0f7eab
Chunk of memory, polymorphic byte array management and manipulation * A polymorphic byte array abstraction and function similar to strict ByteString. * Different type of byte array abstraction. * Raw memory IO operations (memory set, memory copy, ..) * Aliasing with endianness support. * Encoding : Base16, Base32, Base64. * Hashing : FNV, SipHash
15 lines
426 B
Makefile
15 lines
426 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/16 01:00:24 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-memory
|
|
|
|
.if !defined(HS_MEMORY_BUILDLINK3_MK)
|
|
HS_MEMORY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-memory+= hs-memory>=0.15.0
|
|
BUILDLINK_ABI_DEPENDS.hs-memory+= hs-memory>=0.15.0
|
|
BUILDLINK_PKGSRCDIR.hs-memory?= ../../devel/hs-memory
|
|
|
|
.include "../../devel/hs-basement/buildlink3.mk"
|
|
.endif # HS_MEMORY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-memory
|