Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 2b49018

Browse files
committed
Merge branch 'topic/string-lib' into 'master'
Update README with a deprecation message See merge request eng/ide/VSS!396
2 parents 0f4e185 + a20776c commit 2b49018

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
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+
3752
Prefered 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

4662
Then 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

0 commit comments

Comments
 (0)