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
|
Source: ruby-rgen
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>
Section: ruby
Priority: optional
Build-Depends: debhelper (>= 9~),
gem2deb,
ruby-nokogiri,
ruby-test-unit
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rgen.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-rgen.git
Homepage: https://github.com/mthiede/rgen
XS-Ruby-Versions: all
Package: ruby-rgen
Architecture: all
Depends: ruby | ruby-interpreter,
ruby-nokogiri,
${misc:Depends},
${shlibs:Depends}
Description: Ruby Modelling and Generator Framework
RGen is a framework for Model Driven Software Development (MDSD) in
Ruby.
.
This means that it helps you build Metamodels, instantiate Models,
modify and transform Models and finally generate arbitrary textual
content from it.
XB-Ruby-Versions: ${ruby:Versions}
|