-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA6.json
36 lines (36 loc) · 923 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
26
27
28
29
30
31
32
33
34
35
36
{
"auth": "zef:dwarring",
"authors": [
"David Warring"
],
"build-depends": [
],
"depends": [
"LibraryMake",
"PDF::Grammar",
"Method::Also"
],
"description": "Native drop-in native routines for PDF::IO",
"license": "Artistic-2.0",
"name": "PDF::Native",
"perl": "6.c",
"provides": {
"PDF::Native": "lib/PDF/Native.rakumod",
"PDF::Native::Buf": "lib/PDF/Native/Buf.rakumod",
"PDF::Native::COS": "lib/PDF/Native/COS.rakumod",
"PDF::Native::Defs": "lib/PDF/Native/Defs.rakumod",
"PDF::Native::Filter::Predictors": "lib/PDF/Native/Filter/Predictors.rakumod",
"PDF::Native::Reader": "lib/PDF/Native/Reader.rakumod",
"PDF::Native::Writer": "lib/PDF/Native/Writer.rakumod"
},
"resources": [
"libraries/pdf"
],
"source-url": "https://github.com/pdf-raku/PDF-Native-raku.git",
"tags": [
"pdf"
],
"test-depends": [
],
"version": "0.1.11"
}