filelock

class for locking files in filesystem
git clone https://noulin.net/git/filelock.git
Log | Files | Refs | LICENSE

package.yml (364B)


      1 ---
      2   name: filelock
      3   version: 0.0.4
      4   description: class for locking files in filesystem
      5   bin: ./filelock.c
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/filelock.git"
      9   keywords:
     10     - utility
     11   author: Remy
     12   license: MIT
     13   bugs:
     14     url: "https://noulin.net/filelock/log.html"
     15   homepage: "https://noulin.net/filelock/file/README.md.html"