This package provides a fast logging system which scales on multicore environments (i.e. +RTS -N<x>). Note: This library does not guarantee correct ordering of log messages when program is run on more than one core thus users should rely more on message timestamps than on their order in the log.
15 lines
458 B
Makefile
15 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/05/05 12:25:17 pho Exp $
|
|
|
|
DISTNAME= fast-logger-3.0.5
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Fast logging system
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../devel/hs-auto-update/buildlink3.mk"
|
|
.include "../../sysutils/hs-easy-file/buildlink3.mk"
|
|
.include "../../devel/hs-unix-compat/buildlink3.mk"
|
|
.include "../../time/hs-unix-time/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|