-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA6.json
48 lines (48 loc) · 1.68 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
41
42
43
44
45
46
47
48
{
"auth": "zef:dwarring",
"authors": [
"David Warring"
],
"build-depends": [
"LibraryMake"
],
"depends": [
"MacOS::NativeLib",
"Method::Also"
],
"description": "Raku bindings to the FreeType font library (version 2)",
"license": "Artistic-2.0",
"name": "Font::FreeType",
"perl": "6",
"provides": {
"Font::FreeType": "lib/Font/FreeType.rakumod",
"Font::FreeType::BBox": "lib/Font/FreeType/BBox.rakumod",
"Font::FreeType::BitMap": "lib/Font/FreeType/BitMap.rakumod",
"Font::FreeType::CharMap": "lib/Font/FreeType/CharMap.rakumod",
"Font::FreeType::Error": "lib/Font/FreeType/Error.rakumod",
"Font::FreeType::Face": "lib/Font/FreeType/Face.rakumod",
"Font::FreeType::Glyph": "lib/Font/FreeType/Glyph.rakumod",
"Font::FreeType::GlyphImage": "lib/Font/FreeType/GlyphImage.rakumod",
"Font::FreeType::NamedInfo": "lib/Font/FreeType/NamedInfo.rakumod",
"Font::FreeType::Native": "lib/Font/FreeType/Native.rakumod",
"Font::FreeType::Native::Defs": "lib/Font/FreeType/Native/Defs.rakumod",
"Font::FreeType::Outline": "lib/Font/FreeType/Outline.rakumod",
"Font::FreeType::Raw": "lib/Font/FreeType/Raw.rakumod",
"Font::FreeType::Raw::Defs": "lib/Font/FreeType/Raw/Defs.rakumod",
"Font::FreeType::Raw::TT_Sfnt": "lib/Font/FreeType/Raw/TT_Sfnt.rakumod",
"Font::FreeType::SizeMetrics": "lib/Font/FreeType/SizeMetrics.rakumod",
"Font::FreeType::_Glyph": "lib/Font/FreeType/_Glyph.rakumod"
},
"resources": [
"libraries/ft6",
"libraries/freetype"
],
"source-url": "https://github.com/pdf-raku/Font-FreeType-raku.git",
"tags": [
"font",
"freetype"
],
"test-depends": [
],
"version": "0.5.13"
}