mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
14 lines
490 B
Text
14 lines
490 B
Text
|
lukko: File locking
|
||
|
|
||
|
This package provides access to platform dependent file locking APIs:
|
||
|
|
||
|
Open file descriptor locking on Linux (Lukko.OFD)
|
||
|
BSD-style flock(2) locks on UNIX platforms (Lukko.FLock)
|
||
|
Windows locking via LockFileEx (Lukko.Windows)
|
||
|
No-op locking, which throws exceptions (Lukko.NoOp)
|
||
|
Lukko module exports the best option for the target platform with
|
||
|
uniform API.
|
||
|
|
||
|
After uninstalling, run this command to unregister the package from
|
||
|
the ghc package database: ghc-pkg recache
|