Add license file
This commit is contained in:
parent
99613cae3e
commit
5001bd0bef
1 changed files with 17 additions and 15 deletions
|
@ -1,15 +1,17 @@
|
||||||
Name: mongoDB
|
Name: mongoDB
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
License: OtherLicense
|
License: OtherLicense
|
||||||
|
License-file: LICENSE
|
||||||
Maintainer: Tony Hannan <tony@10gen.com>
|
Maintainer: Tony Hannan <tony@10gen.com>
|
||||||
Author: Scott Parish <srp@srparish.net>, Tony Hannan <tony@10gen.com>
|
Author: Scott Parish <srp@srparish.net> & Tony Hannan <tony@10gen.com>
|
||||||
Copyright: Copyright (c) 2010-2010 Scott Parish & 10gen Inc.
|
Copyright: Copyright (c) 2010-2010 Scott Parish & 10gen Inc.
|
||||||
homepage: http://github.com/srp/mongoDB
|
homepage: http://github.com/TonyGen/mongoDB
|
||||||
Category: Database
|
Category: Database
|
||||||
Synopsis: A driver for MongoDB
|
Synopsis: A driver for MongoDB
|
||||||
Description: This module lets you connect to MongoDB, do inserts, queries, updates, etc.
|
Description: This module lets you connect to MongoDB, do inserts, queries, updates, etc.
|
||||||
Stability: alpha
|
Stability: alpha
|
||||||
Build-Depends: base < 5,
|
Build-Depends:
|
||||||
|
base < 5,
|
||||||
containers,
|
containers,
|
||||||
mtl,
|
mtl,
|
||||||
binary,
|
binary,
|
||||||
|
|
Loading…
Reference in a new issue