Some RPMs for survival under centos-6.8.x86_64
Find a file
2017-03-21 08:59:22 -05:00
.gitattributes added .gitattributes 2017-03-20 15:47:31 -05:00
ocaml-4.04.0-1.0-1.x86_64.rpm added *.rpm 2017-03-17 09:25:58 -05:00
opam-1.2.2-1.0-1.x86_64.rpm added *.rpm 2017-03-17 09:25:58 -05:00
openbabel-2.4.1-1.0-1.x86_64.rpm added openbabel-2.4.1-1.0-1.x86_64.rpm 2017-03-21 08:59:22 -05:00
README.md populated README.md 2017-03-17 09:35:04 -05:00

ocaml-rpms-centos-6.8.x86_64

Some RPMs for OCaml survival under centos-6.8.x86_64

how the opam rpm was created

cd ~/src/opam
./configure --prefix=/usr
make
mkdir /tmp/installdir
make install DESTDIR=/tmp/installdir
gem install --user-install fpm
fpm -s dir -t rpm -n opam-1.2.2 -C /tmp/installdir