File: control

package info (click to toggle)
pd-purest-json 1.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,808 kB
  • sloc: ansic: 2,083; python: 173; sh: 137; makefile: 85
file content (35 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download
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
Source: pd-purest-json
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper (>=11~),
 dh-buildinfo,
 puredata-dev | puredata,
 pd-lib-builder,
 libjson-c-dev,
 libcurl4-gnutls-dev | libcurl4-openssl-dev,
 uthash-dev,
 liboauth-dev,
Standards-Version: 4.1.5
Homepage: https://github.com/residuum/PuRestJson
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-purest-json.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-purest-json

Package: pd-purest-json
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 puredata-core | pd,
Recommends:
 pd-libdir,
Suggests:
 couchdb,
Description: Pd library for working with JSON data and RESTful webservices
 PuREST JSON is a library for Pure Data (Pd) for decoding and encoding JSON
 data.
 The library can issue HTTP statements, so consumation of RESTful services is
 possible, e.g. CouchDB.