From e3655ba69447e3af05c72acf6bcbc19d9626eb2c Mon Sep 17 00:00:00 2001 From: rich Date: Mon, 14 May 2007 16:20:10 +0000 Subject: [PATCH] Applied patch from David Allsopp to make the library findlib-compatible. --- META | 4 ++++ Makefile | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 META diff --git a/META b/META new file mode 100644 index 0000000..50eb966 --- /dev/null +++ b/META @@ -0,0 +1,4 @@ +description = "CSV Processing Library" +version = "1.1.6" +archive(byte) = "csv.cma" +archive(native) = "csv.cmxa" diff --git a/Makefile b/Makefile index f6531f5..c40580d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 2006-11-24 09:43:15 rich Exp $ +# $Id: Makefile,v 1.11 2007-05-14 16:20:10 rich Exp $ include Makefile.config @@ -69,6 +69,9 @@ endif # Build a distribution. +install: + ocamlfind install csv csv.{cmi,a,cmxa,cma,cmx} META + dist: $(MAKE) check-manifest rm -rf $(PACKAGE)-$(VERSION) -- 1.8.3.1