Poto-Feu / os-abst-lib

Simple platform abstraction library made in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OsAbstLibrary

Simple Platform abstraction library made in C.

Please note that this library is not ready for production use yet.

Compatibility

OsAbstLibrary is officially compatible with the following OSes :

  • FreeBSD
  • GNU/Linux
  • Windows NT

Most functions are compatible with all POSIX-compliant systems but some relies on specific OSes implementation. A warning will be displayed during building if a function is not available on your system.

Building

mkdir build && cd build
cmake .. 
make

Licensing

OsAbstLibrary is licensed under the GNU LGPL Version 3.

About

Simple platform abstraction library made in C.

License:GNU Lesser General Public License v3.0


Languages

Language:C 96.1%Language:CMake 3.9%