Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-lukko
From: Masatake Daimon
Date: 2020-01-19 02:11:35
Message id: 20200119011135.7506AFBF4@cvs.NetBSD.org
Log Message:
Import lukko-0.1.1.1
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.
Files: