Source: truffle Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta 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.