Ada is a structured, statically typed, imperative, and object-oriented high-level computer programming language, extended from Pascal and other languages. It has built-in language support for design-by-contract, extremely strong typing, explicit concurrency, tasks, synchronous message passing, protected objects, and non-determinism.
Size: 111 MB
Authors: GCC
Default path: %HOMEDRIVE%\Programs\ada
pbox install ada
Show pbox.xml
<pbox version="1.0">
<name>ada</name>
<title>Ada</title>
<version>4.8.1</version>
<group>tools</group>
<archs>32</archs>
<zipFile arch="32">ada-4.8.1.zip</zipFile>
<homedir>%HOMEDRIVE%\Programs\ada</homedir>
<install>
<script>.\script\install.bat "${homedir}" "${zipFile}"</script>
<env>ADA_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>ADA_HOME</unenv>
</uninstall>
</pbox>