This repository has been archived on 2024-08-13 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
71ff69e838f6b3d20c6ba92264cb3636c5cc9e8c
The Cyberida State Machine Library
The C library for processing CyberiadaML - the version of GraphML for storing state machine graphs used by the Cyberiada Project, the Berloga Project games and the Orbita Simulator.
The code is distributed under the Lesser GNU Public License (version 3), the documentation -- under the GNU Free Documentation License (version 1.3).
Requirements
- build-essential
- libxml2-dev
Installation
Run make to build the library binaries.
Run make test to build the test program.
Use variables:
DEBUG=yesdebug version of the libraryDYNAMIC=1build shared version of the library
Description
Languages
C
98.8%
CMake
1.2%