https://gitorious.org/parmap/parmap.git
Raw File
Tip revision: 4dfa88ca55e04e8afe05e8543ddddee32dde7236 authored by Roberto Di Cosmo on 31 May 2012, 11:41:01 UTC
Added code to catch corner cases (redundant, it is in all levels of the library primitives)
Tip revision: 4dfa88c
oasis_test.sh
#!/bin/bash

set -x

oasis setup
ocaml setup.ml -configure 
ocaml setup.ml -build
ocaml setup.ml -install
back to top