This file is indexed.

/usr/lib/pd/extra/purest_json/README.txt is in pd-purest-json 1.4.0~repack-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
      _____        _____  ______  _____ _______        _  _____  ____  _   _
     |  __ \      |  __ \|  ____|/ ____|__   __|      | |/ ____|/ __ \| \ | |
     | |__) |_   _| |__) | |__  | (___    | |         | | (___ | |  | |  \| |
     |  ___/| | | |  _  /|  __|  \___ \   | |     _   | |\___ \| |  | | . ` |
     | |    | |_| | | \ \| |____ ____) |  | |    | |__| |____) | |__| | |\  |
     |_|     \__,_|_|  \_\______|_____/   |_|     \____/|_____/ \____/|_| \_|

PuREST JSON is a library for connecting Puredata (Pd) to HTTP services
and encoding and decoding JSON data.

The library can issue GET, POST, PUT and DELETE statements, so consumation
of RESTful services is possible, e.g. CouchDB.

The library used to be called CouchPdb, but handles all HTTP requests,
so the name was not fitting any more.

## About Puredata (From the official website)

Pd (aka Pure Data) is a real-time graphical programming environment for
audio, video, and graphical processing. It is the third major branch
of the family of patcher programming languages known as Max (Max/FTS,
ISPW Max, Max/MSP, jMax, etc.) originally developed by Miller Puckette
and company at IRCAM. The core of Pd is written and maintained by Miller
Puckette and includes the work of many developers, making the whole
package very much a community effort.

## Externals in the library

### `[rest]`
Object for issuing HTTP request.

### `[oauth]`
Object for issuing HTTP requests with OAUTH.

### `[json-encode]`
Object for encoding data to JSON.

### `[json-decode]`
Object for decoding JSON data.

### `[urlparams]`
Object for url encoding and contatenating url parameters.

For the usage of the externals see the help patches for the objects.

## Binary downloads

Binary packages can be found at http://ix.residuum.org/pd/purest_json.html

## How to build PuREST JSON

The library uses the template for Pd-extended. Drop the library in a
new folder `purest_json` in the "external" path of the Pd-extended
source code and run make in the folder. libcurl and json-c is needed.

Details can be found at
https://github.com/residuum/PuRestJson/wiki/Compilation

If you encouter bugs or feel like a feature is missing, have a look
the bug tracker at
https://github.com/residuum/PuRestJson/issues