EEL2 is the JIT compiled scripting language and implementation from Cockos Inc's WDL framework.
This EasyEEL2 library is for convenient inclusion and usage and doesn't intend to offer the flexibility of the underlying library.
To build library:
git clone --recurse-submodules https://github.com/paul-reilly/EasyEEL2.git
xmake
To build and run tests:
xmake b[uild] tests
xmake r[un] tests
git submodule add https://github.com/paul-reilly/EasyEEL2.git
xmake.lua
includes("submodule_directory")
target("myapp")
...
add_deps("EasyEel2")
...
Note:
If you need to use CMake, we can generate a CMakeLists.txt file with:
xmake project -k cmake