diff options
Diffstat (limited to 'source4/pidl/META.yml')
-rw-r--r-- | source4/pidl/META.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/source4/pidl/META.yml b/source4/pidl/META.yml new file mode 100644 index 0000000000..4822b50f09 --- /dev/null +++ b/source4/pidl/META.yml @@ -0,0 +1,18 @@ +name: Parse-Pidl +abstract: Generate parsers / DCE/RPC-clients from IDL +author: + - Andrew Tridgell <tridge@samba.org> + - Jelmer Vernooij <jelmer@samba.org> + - Stefan Metzmacher <metze@samba.org> + - Tim Potter <tpot@samba.org> +license: gplv3 +installdirs: site +homepage: http://www.samba.org/ +bugtracker: http://bugzilla.samba.org/ +requires: + Parse::Yapp: 0 +recommends: + Data::Dumper: 0 +meta-spec: + version: 1.3 + url: http://module-build.sourceforge.net/META-spec-v1.3.html |