-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA6.json
40 lines (40 loc) · 1.37 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"auth": "zef:dwarring",
"authors": [
"David Warring"
],
"build-depends": [
],
"depends": [
"JSON::Fast"
],
"description": "Raku grammars for parsing PDF Content Streams and File Structure",
"license": "Artistic-2.0",
"name": "PDF::Grammar",
"perl": "6.*",
"provides": {
"PDF::Grammar": "lib/PDF/Grammar.rakumod",
"PDF::Grammar::Actions": "lib/PDF/Grammar/Actions.rakumod",
"PDF::Grammar::COS": "lib/PDF/Grammar/COS.rakumod",
"PDF::Grammar::COS::Actions": "lib/PDF/Grammar/COS/Actions.rakumod",
"PDF::Grammar::Content": "lib/PDF/Grammar/Content.rakumod",
"PDF::Grammar::Content::Actions": "lib/PDF/Grammar/Content/Actions.rakumod",
"PDF::Grammar::Content::Fast": "lib/PDF/Grammar/Content/Fast.rakumod",
"PDF::Grammar::FDF": "lib/PDF/Grammar/FDF.rakumod",
"PDF::Grammar::FDF::Actions": "lib/PDF/Grammar/FDF/Actions.rakumod",
"PDF::Grammar::Function": "lib/PDF/Grammar/Function.rakumod",
"PDF::Grammar::Function::Actions": "lib/PDF/Grammar/Function/Actions.rakumod",
"PDF::Grammar::PDF": "lib/PDF/Grammar/PDF.rakumod",
"PDF::Grammar::PDF::Actions": "lib/PDF/Grammar/PDF/Actions.rakumod",
"PDF::Grammar::Test": "lib/PDF/Grammar/Test.rakumod"
},
"resources": [
],
"source-url": "https://github.com/pdf-raku/PDF-Grammar-raku.git",
"tags": [
"pdf"
],
"test-depends": [
],
"version": "0.3.6"
}