-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathMETA6.json
More file actions
45 lines (37 loc) · 1.37 KB
/
Copy pathMETA6.json
File metadata and controls
45 lines (37 loc) · 1.37 KB
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
{
"version": "0.13.3",
"description": "BSON encoding/decoding, used in MongoDB drivers",
"name": "BSON",
"perl": "6.d",
"license": "Artistic-2.0",
"tags": [ "bson", "binary json", "serialize"],
"authors": [
"Marcel Timmerman",
"Paweł Pabian"
],
"auth": "zef:martimm",
"provides": {
"BSON": "lib/BSON.rakumod",
"BSON::Binary": "lib/BSON/Binary.rakumod",
"BSON::Decimal128::Actions": "lib/BSON/Decimal128/Actions.rakumod",
"BSON::Decimal128::Grammar": "lib/BSON/Decimal128/Grammar.rakumod",
"BSON::Decimal128": "lib/BSON/Decimal128.rakumod",
"BSON::Decode": "lib/BSON/Decode.rakumod",
"BSON::Document": "lib/BSON/Document.rakumod",
"BSON::Encode": "lib/BSON/Encode.rakumod",
"BSON::Javascript": "lib/BSON/Javascript.rakumod",
"BSON::ObjectId": "lib/BSON/ObjectId.rakumod",
"BSON::Ordered": "lib/BSON/Ordered.rakumod",
"BSON::Regex": "lib/BSON/Regex.rakumod"
},
"history": [
"Paweł Pabian worked on it from 2011 until January 2015",
"Marcel Timmerman took over in Januari 2015 and is working on it until the present day"
],
"depends": [
"OpenSSL", "UUID", "Method::Also"
],
"build-depends": [ ],
"test-depends": [ ],
"source-url": "git://github.com/MARTIMM/BSON.git"
}