OASISFormat:  0.1
Name:         ocaml-posix-resource
Version:      0.0.1
LicenseFile:  COPYING.txt
License:      LGPL-2.1 with OCaml linking exception
Authors:      Sylvain Le Gall
Copyrights:   (C) 2009 Sylvain Le Gall
Homepage:     http://ocaml-posix-resource.forge.ocamlcore.org/
FilesAB:      src/POSIXResourceConfig.ml.ab
BuildTools:   ocamlbuild
Plugins:      DevFiles (0.1.0), StdFiles (0.1.0), META (0.1.0)

Synopsis:     POSIX resource operations bindings
Description:
  This library defines bindings to <sys/resource.h> functions:
  * getrlimit, setrlimit: control maximum resource consumption
  * getrusage: get information about resource utilisation
  * getpriority, setpriority: get or set the nice value 
  .
  All this are usually controled through shell command like \"nice\" and \"ulimit\".

Library posix_resource
  Path: src/
  Modules: POSIXResource
  InternalModules: POSIXResourceConfig
  CSources: POSIXResource_stub.c
  BuildDepends: unix

Executable test
  Path: test/
  Install: false
  CompiledObject: native
  MainIs: test.ml
  BuildDepends: posix_resource, oUnit (>= 1.0.3)

Test main
  Command: $test 
  TestTools: test

