summaryrefslogtreecommitdiff
path: root/lang/jasmin/DESCR
diff options
context:
space:
mode:
authoragc <agc>2002-04-22 13:51:26 +0000
committeragc <agc>2002-04-22 13:51:26 +0000
commit5f6e1068969a8169e6b88b9578250e6a44ad751d (patch)
tree92dff19c043dd29f4ab6517029f231bbee4369ee /lang/jasmin/DESCR
parent2f4c64bd5cc422f22ba3e74b757b0647fbafdbbe (diff)
downloadpkgsrc-5f6e1068969a8169e6b88b9578250e6a44ad751d.tar.gz
Initial import of jasmin-1.06 into the NetBSD Packages Collection.
Provided in PR 16057 by Jan Schaumann <jschauma@cs.stevens-tech.edu> Jasmin is a Java Assembler Interface. It takes ASCII descriptions for Java classes, written in a simple assembler-like syntax and using the Java Virtual Machine instruction set. It converts them into binary Java class files suitable for loading into a JVM implementation. Modified slightly by myself.
Diffstat (limited to 'lang/jasmin/DESCR')
-rw-r--r--lang/jasmin/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/jasmin/DESCR b/lang/jasmin/DESCR
new file mode 100644
index 00000000000..f4cfbb09bf4
--- /dev/null
+++ b/lang/jasmin/DESCR
@@ -0,0 +1,4 @@
+Jasmin is a Java Assembler Interface. It takes ASCII descriptions for Java
+classes, written in a simple assembler-like syntax and using the Java
+Virtual Machine instruction set. It converts them into binary Java class
+files suitable for loading into a JVM implementation.