summaryrefslogtreecommitdiffstats
path: root/dev/pkg
diff options
context:
space:
mode:
authorVincent Weisner <vincentweisner@gmail.com>2018-06-29 06:04:24 (EDT)
committer Vincent Weisner <vincentweisner@gmail.com>2018-06-29 06:04:24 (EDT)
commit9701678f269946225f26c7bd16833d0f8f506bc2 (patch)
treee92975e5b802c967f194a97136cb7fd7ed3c2d4c /dev/pkg
parent8abea159744d000aa20d4d99de22f70f49f58a9b (diff)
Python and Ruby ideas
Diffstat (limited to 'dev/pkg')
-rw-r--r--dev/pkg/needed.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev/pkg/needed.mdwn b/dev/pkg/needed.mdwn
index a1fcd20..d96b166 100644
--- a/dev/pkg/needed.mdwn
+++ b/dev/pkg/needed.mdwn
@@ -23,6 +23,20 @@ the [work by Neil Williams for Debian][debian-perl-cross].
[perl-cross]: https://lists.debian.org/debian-embedded/2012/06/msg00011.html
[debian-perl-cross]: http://www.linux.codehelp.co.uk/serendipity/index.php?/archives/239-Long-term-maintenance-of-perl-cross-build-support-in-Debian.html
+Ruby 2.5 (`ruby`)
+-------------------
+
+<https://www.ruby-lang.org/>
+
+Ruby is a language interpreter with an easy to learn syntax, used for many different projects and is one of the most popular languages.
+
+Python 3.7 (`python`)
+---------------------
+
+<https://www.python.org/>
+
+Python is an easy to learn language and like Ruby is used in many different projects like: Game Development, Web Servers and even Console Programs.
+
GNU Autoconf (`autoconf`)
-------------------------