This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# VSS
22
33[ ![ Build] ( https://github.com/AdaCore/VSS/actions/workflows/main.yml/badge.svg )] ( https://github.com/AdaCore/VSS/actions/workflows/main.yml )
4- [ ![ codecov] ( https://codecov.io/gh/AdaCore/VSS/branch/master/graph/badge.svg )] ( https://codecov.io/gh/AdaCore/VSS )
54[ ![ alire] ( https://img.shields.io/endpoint?url=https://alire.ada.dev/badges/vss.json )] ( https://alire.ada.dev/crates/vss.html )
65
7- A high level string and text processing library.
6+ Virtual String System - a high level string and text processing library.
7+
8+ ## Deprecation
9+
10+ This repository is deprecated. VSS has been split into smaller more focused
11+ projects:
12+
13+ * [ ` vss-text ` ] ( https://github.com/AdaCore/vss-text ) : a library for Unicode text
14+ processing.
15+ * [ ` vss-extra ` ] ( https://github.com/AdaCore/vss-extra ) : libraries for handling
16+ JSON, Regexp, XML and other features based on ` vss-text ` . This will be
17+ further split into smaller projects.
18+
19+ This repository is kept as a read-only historic snapshot that will no longer
20+ evolve. Please refer to the above projects to continue using their
21+ corresponding features, and to be informed of upcoming changes.
822
923## The objectives
1024
@@ -34,20 +48,22 @@ that supports them.
3448## Install
3549
3650### Build from sources
51+
3752Prefered way to install is to download sources and run
3853
3954 make all install PREFIX=/path/to/install
4055
41- ### Using ` alire `
42- Or you can use [ alire] ( https://alire.ada.dev/ ) library manager:
56+ ### Using ` Alire `
57+
58+ Or you can use [ Alire] ( https://alire.ada.dev/ ) library manager:
4359
4460 alr get --build vss
4561
4662Then you can use it as dependency in the project file:
4763
4864 with "vss_text.gpr";
4965
50- For use JSON streaming API:
66+ For the JSON streaming API:
5167
5268 with "vss_json.gpr";
5369
You can’t perform that action at this time.
0 commit comments