File: control

package info (click to toggle)
truffle-dsl-processor 0.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 888 kB
  • sloc: java: 12,718; xml: 37; makefile: 22
file content (44 lines) | stat: -rw-r--r-- 2,071 bytes parent folder | download | duplicates (2)
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
44
Source: truffle-dsl-processor
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,
 libtruffle-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/truffle-dsl-processor.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/truffle-dsl-processor.git
Homepage: http://openjdk.java.net/projects/graal

Package: libtruffle-dsl-processor-java
Architecture: all
Depends: libtruffle-java, ${misc:Depends}
Suggests: libtruffle-dsl-processor-java-doc
Description: Java library that helps writing Truffle nodes in a efficient way
 Truffle DSL uses annotations on classes, fields, and methods, from
 which an annotation processor infers further classes. It relieves the
 programmer from having to write the boiler plate code, and allows
 her to concentrate on implementing the semantics.
 .
 Truffle is essentially a language for modeling and implementing
 languages using Java as a base. This means that a programmer can use
 the existing Java's standard libraries, debug infrastructure,
 memory management, and productivity tools to implement an own language.

Package: libtruffle-dsl-processor-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libtruffle-dsl-processor-java
Description: Documentation for truffle-dsl-processor
 Truffle DSL uses annotations on classes, fields, and methods, from
 which an annotation processor infers further classes. It relieves the
 programmer from having to write the boiler plate code, and allows
 her to concentrate on implementing the semantics.
 .
 Truffle is essentially a language for modeling and implementing
 languages using Java as a base. This means that a programmer can use
 the existing Java's standard libraries, debug infrastructure,
 memory management, and productivity tools to implement an own language.
 .
 This package contains the API documentation of libtruffle-dsl-processor-java.