mirror of
https://github.com/AdaCore/vss-extra.git
synced 2026-02-12 13:53:04 -08:00
main
Disable RPATH generation for libraries See merge request eng/ide/vss-extra!11
VSS-Extra
Warning - Work in Progress
This project is based on VSS (Virtual
String System). VSS has been split into two projects:
vss-text: a library for Unicode text processing.vss-extra(this project): libraries for handling JSON, Regexp, XML and other features based onvss-text.
Significant API changes are planned in vss-text which will likely have an
impact on this project.
Moreover, vss-extra is planned to be further split into more focused
projects (e.g. JSON, Regexp, XML, etc.) and might ultimately disappear once all
features find a new home.
Note: Some Ada 2022 features are used in source code. This requires compiler that supports them.
Install
Build from sources
Prefered way to install is to download sources and run
make all install PREFIX=/path/to/install
Using Alire
Or you can use Alire library manager:
alr get --build vss_extra
Then you can use it as dependency in the project file:
with "vss_json.gpr";
Documentation
Maintainers
Contribute
Feel free to dive in! Open an issue or submit PRs.
License
Description
Languages
Ada
97.9%
HTML
0.9%
Makefile
0.8%
Python
0.3%