Skip to content
Snippets Groups Projects
Commit 90c878f2 authored by Moritz Holtz's avatar Moritz Holtz
Browse files

contrib: added eclipse und valgrind to the offline repo

parent 9ba518e2
No related branches found
No related tags found
No related merge requests found
...@@ -228,6 +228,11 @@ ...@@ -228,6 +228,11 @@
}, },
"Informatik": { "Informatik": {
"packages": [ "packages": [
{
"pkgname": "eclipse",
"pkgdescription": "Umfangreiche Entwicklungsumgebung für verschiedene Programiersprachen, vornehmlich Java.",
"tagged": false
},
{ {
"pkgname": "postgresql", "pkgname": "postgresql",
"pkgdescription": "Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren", "pkgdescription": "Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren",
...@@ -252,6 +257,11 @@ ...@@ -252,6 +257,11 @@
"pkgname": "swi-prolog", "pkgname": "swi-prolog",
"pkgdescription": "Prolog Interpreter/Compiler für die Vorlesung Programmierung", "pkgdescription": "Prolog Interpreter/Compiler für die Vorlesung Programmierung",
"tagged": true "tagged": true
},
{
"pkgname": "valgrind",
"pkgdescription": "Debugging- und Profilingtool, welches bei der Entwicklung von Programmen hilft.",
"tagged": false
} }
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment