Home

Awesome

VSS

Build codecov alire

A high level string and text processing library.

The objectives

The objectives of this project are

Warning: This is experimental work in progress, everything is subject to change. It may be or may be not part of GNATCOLL or standard Ada library in the future.

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

Then you can use it as dependency in the project file:

with "vss_text.gpr";

For use JSON streaming API:

with "vss_json.gpr";

Documentation

Maintainers

@AdaCore.

Contribute

Feel free to dive in! Open an issue or submit PRs.

License

Apache License v2.0 with LLVM Exceptions.