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
|
Source: swordfish
Section: misc
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends: debhelper (>= 7.1.0), libevent-dev (>= 1.4.9), libtokyocabinet-dev (>= 1.4.14), python-support, python-setuptools, pkg-config
Standards-Version: 3.8.3
Homepage: http://chris-lamb.co.uk/projects/swordfish
Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-swordfish.git
Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-swordfish.git
Package: swordfish
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
Description: High level key-value database with a RESTful HTTP interface (server)
Swordfish is a persistent database which uses JavaScript Object Notation
(JSON) over HTTP. It was designed to complement a relational database used in
modern web applications by providing a means to denormalise (and thus avoid)
computationally expensive JOIN operations.
.
To this end, Swordfish's primary data structure is a dictionary with ordered
keys and provides functionality for atomically manipulating and querying these
structures, including set-based operations such as intersection and
difference.
Package: swordfish-doc
Section: doc
Architecture: any
Depends: ${misc:Depends}
Description: High level key-value database with a RESTful HTTP interface (documentation)
Swordfish is a persistent database which uses JavaScript Object Notation
(JSON) over HTTP. It was designed to complement a relational database used in
modern web applications by providing a means to denormalise (and thus avoid)
computationally expensive JOIN operations.
.
To this end, Swordfish's primary data structure is a dictionary with ordered
keys and provides functionality for atomically manipulating and querying these
structures, including set-based operations such as intersection and
difference.
.
This package contains documentation and examples for using Swordfish.
Package: python-django-swordfish
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
Description: Persistent key-value database with HTTP interface (Django integration)
Swordfish is a persistent database which uses JavaScript Object Notation
(JSON) over HTTP. It was designed to complement a relational database used in
modern web applications by providing a means to denormalise (and thus avoid)
computationally expensive JOIN operations.
.
To this end, Swordfish's primary data structure is a dictionary with ordered
keys and provides functionality for atomically manipulating and querying these
structures, including set-based operations such as intersection and
difference.
.
This package contains a convenient wrapper for projects using the Django web
development framework.
|