GnuCOBOL (formerly OpenCOBOL, and for a short time known as GNU Cobol) is a free implementation of the COBOL programming language. Originally designed by Keisuke Nishida, lead development was taken up by Roger While. Latest developments are now led by Simon Sobisch, Sergey Kashyrin and Ron Norman.
                         
                        
                            Size: 3 MB
                        
                        
                            Authors: Keisuke Nishida, Roger While, Sergey Kashyrin, Ron Norman, Simon Sobisch
                        
                        
                        
                        Default path: %HOMEDRIVE%\OpenCobol
                        
                            pbox install opencobol
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>opencobol</name>
    <title>OpenCOBOL</title>
    <version>1.0</version>
    <group>programming</group>
    <group>language</group>
    <archs>32</archs>
    <homedir>%HOMEDRIVE%\OpenCobol</homedir>
    <homedirCustomizable>false</homedirCustomizable>
    <install>
        <copy>.\files</copy>
        <env>OPENCOBOL_HOME=${homedir}</env>
        <path>${homedir}</path>
    </install>
    <uninstall>
        <remove>${homedir}</remove>
        <unenv>OPENCOBOL_HOME</unenv>
        <unpath>${homedir}</unpath>
    </uninstall>
</pbox>