--- /dev/null
+name="@PACKAGE@"
+version="@VERSION@"
+description="Mark objects as 'ancient' so they are taken out of the OCaml heap."
+requires=""
+archive(byte)="ancient.cma"
+archive(native)="ancient.cmxa"
# Mark objects as 'ancient' so they are taken out of the OCaml heap.
-# $Id: Makefile,v 1.2 2006-09-27 12:09:02 rich Exp $
+# $Id: Makefile,v 1.3 2006-09-27 12:10:18 rich Exp $
include Makefile.config
# Findlib META file.
META: META.in Makefile.config
- $(SED) -e 's/@PACKAGE@/$(PACKAGE)/' \
- -e 's/@VERSION@/$(VERSION)/' \
- < $< > $@
+ sed -e 's/@PACKAGE@/$(PACKAGE)/' \
+ -e 's/@VERSION@/$(VERSION)/' \
+ < $< > $@
# Clean.