File: control

package info (click to toggle)
plm 2.4.11%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,884 kB
  • ctags: 5,987
  • sloc: java: 31,512; ansic: 4,070; python: 2,239; xml: 202; perl: 118; makefile: 62; sh: 15
file content (47 lines) | stat: -rw-r--r-- 2,152 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
44
45
46
47
Source: plm
Section: java
Priority: extra
Maintainer: Martin Quinson <mquinson@debian.org>
Build-Depends: debhelper (>> 8), javahelper (>= 0.32), ant, quilt
Build-Depends-Indep: openjdk-7-jdk, libmiglayout-java, librsyntaxtextarea-java,
  junit4, libgettext-commons-java, libjson-simple-java, libhttpclient-java, libhttpmime-java, libjgit-java,
  jython, libgettext-ant-tasks-java, imagemagick
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/plm.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/plm.git
Homepage: http://www.loria.fr/~quinson/Teaching/PLM/

Package: plm
Architecture: all
Depends: java-wrappers, ${java:Depends}, ${misc:Depends},
  libhttpmime-java,
Recommends: ${java:Recommends}
Suggests: jython
Description: Programming exerciser in Java, Python and others
 The Programmer's Learning Machine (PLM) is a free cross-platform programming
 exerciser. It lets you explore various concepts of programming through 
 over 160 interactive exercises, that you can solve in either Java or
 Python.
 .
 The PLM interface and content is thoughtfully translated to English
 and French; we hope that other translations will be contributed in
 the future. 
 .
 The following concepts are included in this package:
 .
  - Welcome: teach basics of programming to absolute beginners
  - Maze: classical maze escaping algorithms for intermediate
  - Sort: classical sorting algorithms for intermediate. One
    introduction lesson presents the basics of the sorting algorithms
    while two additional lessons apply them in more recreative settings.
  - Recursion: classical logo algorithms for intermediate
  - Turtle Art: explore a few classical LOGO figures
  - LightBot: little programmer's brain teaser for intermediate and advanced
 .
 Other lessons are planned to explore new concepts, such as the
 backtracking, dynamic programming, object-oriented programming or the
 standard libraries of python and Java. Other programming languages
 (such as Ruby or JavaScript) may be added in the future.
 .
 The Scala language was cut of the package because the Debian version
 of that language is too ancient for the PLM.