File tree 1 file changed +5
-16
lines changed
1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,10 @@ an arbitrary depth.
12
12
This class is aligned with the JSON standard, [ RFC
13
13
7159] ( https://tools.ietf.org/html/rfc7159.html ) .
14
14
15
- ## Installation
15
+ ## Library usage
16
16
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.
32
19
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