76d81a880b58580db93b42849a89336cc8f69b47
[ocaml-ancient.git] / Makefile.config
1 # Mark objects as 'ancient' so they are taken out of the OCaml heap.
2
3 PACKAGE := ancient
4 VERSION := 0.8.0
5
6 OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major)
7 OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)