-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA6.json
28 lines (28 loc) · 1.28 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
{
"perl" : "6.c",
"name" : "GLFW",
"version" : "0.1.1",
"description" : "Raku wrapper around GLFW3",
"authors" : [ "Ryan S. Northrup" ],
"auth" : "zef:YellowApple",
"license" : "Zlib",
"provides" : {
"GLFW" : "lib/GLFW.rakumod",
"GLFW::Cursor" : "lib/GLFW/Cursor.rakumod",
"GLFW::ErrorCode" : "lib/GLFW/ErrorCode.rakumod",
"GLFW::GammaRamp" : "lib/GLFW/GammaRamp.rakumod",
"GLFW::Image" : "lib/GLFW/Image.rakumod",
"GLFW::Joystick" : "lib/GLFW/Joystick.rakumod",
"GLFW::Key" : "lib/GLFW/Key.rakumod",
"GLFW::Monitor" : "lib/GLFW/Monitor.rakumod",
"GLFW::Mouse" : "lib/GLFW/Mouse.rakumod",
"GLFW::Version" : "lib/GLFW/Version.rakumod",
"GLFW::VidMode" : "lib/GLFW/VidMode.rakumod",
"GLFW::Window" : "lib/GLFW/Window.rakumod",
"GLFW::Window::Attribute" : "lib/GLFW/Window/Attribute.rakumod"
},
"depends" : [],
"resources" : [],
"source-url" : "git://github.com/YellowApple/p6-GLFW.git",
"tags" : [ "graphics", "input", "windowing", "media", "interactive", "glfw", "opengl" ]
}