{ "name": "openbarter", "abstract": "Multilateral agreement production engine.", "description": "openBarter is a postgreSQL database extension defining a barter market. It implements the economic mechanisms of a regular market and allows cyclic exchange between more than two partners (buyer and seller) in a single transaction. Even if competition is performed between offers, it does not require any central monetary standard to quantify the value exchanged and express prices to be compared. It provides a liquidity equivalent to that of a regular market place.", "version": "MODULE_VERSION", "maintainer": [ "Olivier Chaussavoine " ], "license": "gpl_3", "prereqs": { "runtime": { "requires": { "plpgsql": 0, "PostgreSQL": "9.1.1" } } }, "provides": { "openbarter": { "file": "src/sql/model.sql", "docfile": "doc/doc-ob.pdf", "version": "MODULE_VERSION", "abstract": "Multilateral agreement production engine." } }, "resources": { "bugtracker": { "web": "http://github.com/olivierch/openBarter/issues" }, "repository": { "url": "git://github.com/olivierch/openBarter.git", "web": "http://olivierch.github.com/openBarter", "type": "git" } }, "generated_by": "Olivier Chaussavoine", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "non-bilateral", "barter", "market" ], "no_index": { "directory": [ "cron" ] }, "release_status": "unstable" }