Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 645 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 645 Bytes

ULS

This is the UPPAAL language server or ULS for short

Building

cmake -B build  
cmake --build build

Windows Cross-Compilation

Install x86_64-w64-mingw32 GCC cross-compiler and run with toolchain file:

cmake -B build -DCMAKE_TOOLCHAIN_FILE=toolchains/x86_64-w64-mingw32.cmake
cmake --build build

See compile.sh for other build options.

Dependencies

This project uses the following libraries under licenses:

UTAP UPPAAL https://github.com/UPPAALModelChecker/utap
nlohmann json MIT https://github.com/nlohmann/json
doctest MIT https://github.com/doctest/doctest