File: control

package info (click to toggle)
libjson-ruby 1.1.9-1%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 1,736 kB
  • ctags: 575
  • sloc: ruby: 3,377; ansic: 2,561; makefile: 23
file content (54 lines) | stat: -rw-r--r-- 2,518 bytes parent folder | download | duplicates (2)
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
Source: libjson-ruby
Section: ruby
Priority: optional
Maintainer: Ryan Niebur <ryanryan52@gmail.com>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Paul van Tilburg <paulvt@debian.org>, Antonio Terceiro <terceiro@softwarelivre.org>, 
Build-Depends: ruby-pkg-tools (>= 0.13), cdbs, debhelper (>= 5), ruby1.8-dev
Build-Depends-Indep: ruby1.8, rdoc, graphviz
Standards-Version: 3.8.3
Homepage: http://json.rubyforge.org/
DM-Upload-Allowed: yes
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libjson-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libjson-ruby/

Package: libjson-ruby
Architecture: all
Depends: ${misc: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
Depends: ${misc:Depends}, libjs-prototype
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: libjson-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.

Package: edit-json
Architecture: all
Section: devel
Depends: ${misc:Depends}, ruby1.8, libjson-ruby1.8, libgtk2-ruby1.8
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.