bs-ajv
Version:
BucklesScript bindings to Ajv (Another JSON Validator)
27 lines (23 loc) • 655 B
Plain Text
TODO:
Understand why ocamlnet does not detect lablgtk, ocamlssl, camlzip, cryptokit
TODO: cryptogps
http://www.ocaml-programming.de/packages
and make ocamlnet depend on it
TODO: lablgl
http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html
Haxe: missing a source archive of released version...
# http://code.google.com/p/haxe/source/browse/#svn%2Ftrunk
HAXE=haxe-2.10dev
haxe:
printf "%s " "$@" >/dev/tty
test -d ${PREFIX}
rm -rf ${HAXE}
tar zxf ${HAXE}.tar.gz
./Patcher.sh ${HAXE}
( cd ${HAXE} && \
# export PATH=${PREFIX}/bin:$$PATH && \
# make )
echo ${VERSION} >$@
clean::
rm -rf ${HAXE} haxe
all: haxe