Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add provides
  • Loading branch information
retupmoca committed Mar 30, 2015
1 parent b0d561a commit f22283a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions META.info
Expand Up @@ -3,6 +3,11 @@
"version" : "*",
"description" : "Simple GTK 3 binding using NativeCall",
"depends" : [ "LWP::Simple" ],
"provides" : {
"GTK::Simple" : "lib/GTK/Simple.pm6",
"GTK::GDK" : "lib/GTK/GDK.pm6",
"GTK::NativeLib" : "lib/GTK/NativeLib.pm6"
},
"repo-type" : "git",
"source-url" : "git://github.com/perl6/gtk-simple.git"
}

0 comments on commit f22283a

Please sign in to comment.