yEd format decoder implementation

This commit is contained in:
Alexey Fedoseev
2024-01-06 01:46:36 +03:00
commit fc725a2042
12 changed files with 3393 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# The Cyberida State Machine Library
The C library for processing CyberiadaML - the version of GraphML for storing state machine graphs
for Cyberiada Project, Berloga games and Orbita satellite
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=1` debug version of the library
* `DYNAMIC=1` build shared version of the library