fad719cad2
This package provides access to platform dependent file locking APIs: * Open file descriptor locking on Linux (Lukko.OFD) * flock locking on unix platforms (Lukko.FLock) * Windows locking LockFileEx (Lukko.Windows) * No-op locking, which throws exceptions (Lukko.NoOp) Lukko module exports the best option for the target platform with uniform API.
11 lines
253 B
Makefile
11 lines
253 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/19 01:11:35 pho Exp $
|
|
|
|
DISTNAME= lukko-0.1.1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= File locking
|
|
LICENSE= gnu-gpl-v2 AND modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|