File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,10 @@ an arbitrary depth.
1212This class is aligned with the JSON standard, [ RFC
13137159] ( https://tools.ietf.org/html/rfc7159.html ) .
1414
15- ## Installation
15+ ## Library usage
1616
17- This project is a standard GNU
18- [ autotools] ( https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html )
19- project. Build and install instructions are available in the ` INSTALL `
20- file provided with GNU autotools.
21-
22- ```
23- $ ./autogen.sh
24- $ ./configure
25- $ make
26- ```
27-
28- ## Design
29-
30- UniValue provides a single dynamic RAII C++ object class,
31- and minimizes template use (contra json_spirit).
17+ This is a fork of univalue used by Bitcoin Core. It is not maintained for usage
18+ by other projects. Notably, the API may break in non-backward-compatible ways.
3219
20+ Other projects looking for a maintained library should use the upstream
21+ univalue at https://github.com/jgarzik/univalue .
You can’t perform that action at this time.
0 commit comments