-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMETA6.json
25 lines (25 loc) · 910 Bytes
/
META6.json
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
{
"perl" : "6",
"name" : "DBDish::ODBC",
"license" : "Artistic-2.0",
"version" : "0.0.8",
"auth" : "github:salortiz",
"description" : "ODBC Database connectivity for Perl 6",
"depends" : [ "DBIish", "NativeHelpers::Blob" ],
"provides" : {
"DBDish::ODBC" : "lib/DBDish/ODBC.pm6",
"DBDish::ODBC::Native" : "lib/DBDish/ODBC/Native.pm6",
"DBDish::ODBC::Connection" : "lib/DBDish/ODBC/Connection.pm6",
"DBDish::ODBC::StatementHandle" : "lib/DBDish/ODBC/StatementHandle.pm6"
},
"repo-type" : "git",
"source-url": "git://github.com/salortiz/DBDish-ODBC.git",
"authors" : "Salvador Ortiz <sortiz@cpan.com>",
"support" : {
"email" : "sog@msg.mx",
"source" : "https://github.com/salortiz/DBDish-ODBC.git"
},
"tags" : [
"DBIsh", "DBDish", "ODBC"
]
}