File: control

package info (click to toggle)
truffle 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,232 kB
  • ctags: 2,430
  • sloc: java: 10,264; xml: 31; makefile: 21
file content (43 lines) | stat: -rw-r--r-- 1,598 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: truffle
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper, javahelper
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/truffle.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/truffle.git
Homepage: http://openjdk.java.net/projects/graal

Package: libtruffle-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libtruffle-java-doc
Description: multi-language framework for executing dynamic languages
 Truffle is a language abstract syntax tree interpreter which
 allow it to implement languages on top of the Graal framework.
 .
 To implement a language using Truffle you write an AST for your
 language and add methods to interpret (perform the action of) each
 node.
 .
 Graal is an Oracle project aiming to implement a high performance
 Java dynamic compiler and interpreter.

Package: libtruffle-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libtruffle-java
Description: Documentation for truffle
 Truffle is a language abstract syntax tree interpreter which
 allow it to implement languages on top of the Graal framework.
 .
 To implement a language using Truffle you write an AST for your
 language and add methods to interpret (perform the action of) each
 node.
 .
 Graal is an Oracle project aiming to implement a high performance
 Java dynamic compiler and interpreter.
 .
 This package contains the API documentation of libtruffle-java.