We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c0af9 commit f9f0fd4Copy full SHA for f9f0fd4
META.info
@@ -1,9 +1,13 @@
1
{
2
- "name" : "Imlib2",
3
- "version" : "0.0.1",
4
- "description" : "Perl 6 interface to the Imlib2 image library.",
5
- "author" : "Henrique Dias",
6
- "depends" : [ "NativeCall", "LibraryMake" ],
7
- "source-type" : "git",
8
- "source-url" : "git://github.com/mrhdias/perl6-Imlib2.git"
9
-}
+ "name": "Imlib2",
+ "source-url": "git://github.com/mrhdias/perl6-Imlib2.git",
+ "source-type": "git",
+ "author": "Henrique Dias",
+ "depends": [
+ "NativeCall",
+ "LibraryMake"
+ ],
10
+ "license": "Artistic-2.0",
11
+ "version": "0.0.1",
12
+ "description": "Perl 6 interface to the Imlib2 image library."
13
+}
0 commit comments