couchdb 1.0.1-0ubuntu18 source package in Ubuntu

Changelog

couchdb (1.0.1-0ubuntu18) precise; urgency=low

  * Rebuild for libicu48.
 -- Colin Watson <email address hidden>   Mon, 21 Nov 2011 16:06:03 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe misc

Downloads

File Size SHA-256 Checksum
couchdb_1.0.1.orig.tar.gz 963.2 KiB b74a5bfe13e3457798107509cb533d0e7df276adad526ccd5a381c1271108b1f
couchdb_1.0.1-0ubuntu18.diff.gz 204.7 KiB 30ae0ccc22abf944c89898409ac64fd4716a588ded6f21d442fafd1275f5f555
couchdb_1.0.1-0ubuntu18.dsc 2.3 KiB d27a749c20d094c4bf367831e054bfba9eaab87717a45fa19f5f0196e329bf4d

Available diffs

View changes file

Binary packages built by this source

couchdb: RESTful document oriented database, system DB

 Apache CouchDB is a distributed, fault-tolerant and schema-free
 document-oriented database accessible via a RESTful HTTP/JSON API. Among other
 features, it provides robust, incremental replication with bi-directional
 conflict detection and resolution, and is queryable and indexable using a
 table-oriented view engine with JavaScript acting as the default view
 definition language.
 .
 CouchDB is written in Erlang, but can be easily accessed from any environment
 that provides means to make HTTP requests. There are a multitude of third-party
 client libraries that make this even easier for a variety of programming
 languages and environments.

couchdb-bin: RESTful document oriented database, programs

 Apache CouchDB is a distributed, fault-tolerant and schema-free
 document-oriented database accessible via a RESTful HTTP/JSON API. Among other
 features, it provides robust, incremental replication with bi-directional
 conflict detection and resolution, and is queryable and indexable using a
 table-oriented view engine with JavaScript acting as the default view
 definition language.
 .
 This package contains the database program (so one can run personal servers),
 but no system database or "init" startup files. To get those, you need the
 "couchdb" package.
 .
 CouchDB is written in Erlang, but can be easily accessed from any environment
 that provides means to make HTTP requests. There are a multitude of third-party
 client libraries that make this even easier for a variety of programming
 languages and environments.