File: control

package info (click to toggle)
libjson-ruby 0.4.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 268 kB
  • ctags: 329
  • sloc: ruby: 2,672; makefile: 13
file content (48 lines) | stat: -rw-r--r-- 2,632 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
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: libjson-ruby
Section: libs
Priority: optional
Maintainer: Esteban Manchado Velázquez <zoso@debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro@inf.ufrgs.br>, David Moreno Garza <damog@debian.org>, David Nusinow <dnusinow@debian.org>, Paul van Tilburg <paulvt@debian.org>, Arnaud Cornet <arnaud.cornet@gmail.com>, Lucas Nussbaum <lucas@lucas-nussbaum.net>, Thierry Reding <thierry@doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck@DuckCorp.org>, Ari Pollak <ari@debian.org>, Daigo Moriwaki <daigo@debian.org>, Vincent Fourmond <vincent.fourmond@9online.fr>, Rudi Cilibrasi <cilibrar@cilibrar.com>, Patrick Ringl <patrick_@freenet.de>
Build-Depends: cdbs, debhelper (>= 4.1.0)
Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, rdoc, graphviz
Standards-Version: 3.7.2

Package: libjson-ruby
Architecture: all
Depends: libjson-ruby1.8
Description: JSON library for Ruby (default Ruby version)
 This library implements the JSON (JavaScript Object Notation) specification in
 Ruby, allowing the developer to easily convert data between Ruby and JSON. You
 can think of it as a low fat alternative to XML, if you want to store data to
 disk or transmit it over a network rather than use a verbose markup language.
 .
 This is a dummy package depending on the library for the current default
 version of Ruby.

Package: libjson-ruby-doc
Architecture: all
Section: doc
Description: JSON library for Ruby (documentation)
 This library implements the JSON (JavaScript Object Notation) specification in
 Ruby, allowing the developer to easily convert data between Ruby and JSON. You
 can think of it as a low fat alternative to XML, if you want to store data to
 disk or transmit it over a network rather than use a verbose markup language.
 .
 This is the documentation package, with upstream documentation as well as
 generated rdoc.

Package: edit-json
Architecture: all
Depends: ruby1.8, libjson-ruby1.8, libgtk2-ruby
Description: JSON files editor
 Small graphical JSON editor. It allows creating and modifying JSON (JavaScript
 Object Notation) files with the aid of a graphical user interface.

Package: libjson-ruby1.8
Architecture: all
Depends: ruby1.8
Description: JSON library for Ruby (Ruby 1.8 version)
 This library implements the JSON (JavaScript Object Notation) specification in
 Ruby, allowing the developer to easily convert data between Ruby and JSON. You
 can think of it as a low fat alternative to XML, if you want to store data to
 disk or transmit it over a network rather than use a verbose markup language.