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 30 31
|
Source: ruby-rgen
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>
Section: ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-nokogiri,
ruby-test-unit
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/ruby-tesm/ruby-rgen
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rgen.git
Homepage: https://github.com/mthiede/rgen
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-rgen
Architecture: all
Depends: ruby-nokogiri,
${misc:Depends},
${ruby: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}
|