File: control

package info (click to toggle)
ruby-proc-to-ast 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 116 kB
  • sloc: ruby: 253; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
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
Source: ruby-proc-to-ast
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cocoa <cocoa1231@disroot.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               ruby-rouge,
               ruby-rspec,
               ruby-unparser,
               ruby-whitequark-parser
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-proc-to-ast.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-proc-to-ast
Homepage: https://github.com/joker1007/proc_to_ast
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-proc-to-ast
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Convert Proc object to AST::Node
 Add #to_ast method to Proc.
 .
 #to_ast convert Proc to Parser::AST::Node, using parser gem.