- 
                Notifications
    You must be signed in to change notification settings 
- Fork 88
Home
        Alexander Saprykin edited this page Feb 8, 2016 
        ·
        13 revisions
      
    PLib is a cross-platform system C library with some helpful routines. Its main purpose is to provide operating system abstraction layer for the higher level software. It is designed to be lightweight and memory efficient as well as easy to use. It was tested on a wide range of operating systems, architectures and compilers to deliver as much errorless and robust code as possible.
CMake is used throughout the whole configuration and building process. Read more about building.
CTest from CMake is used for tests management, while the Boost libraries are used to write unit tests. Read more about testing.