GitHub - AdaCore/VSS: High level string and text processing library (original) (raw)

VSS

Build alire

Virtual String System - a high level string and text processing library.

Deprecation

This repository is deprecated. VSS has been split into smaller more focused projects:

This repository is kept as a read-only historic snapshot that will no longer evolve. Please refer to the above projects to continue using their corresponding features, and to be informed of upcoming changes.

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:

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

For the JSON streaming API:

Documentation

Maintainers

@AdaCore.

Contribute

Feel free to dive inOpen an issueor submit PRs.

License

Apache License v2.0 with LLVM Exceptions.