From: rich Date: Mon, 14 May 2007 16:20:10 +0000 (+0000) Subject: Applied patch from David Allsopp to make the library findlib-compatible. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=e3655ba69447e3af05c72acf6bcbc19d9626eb2c;p=ocaml-csv.git Applied patch from David Allsopp to make the library findlib-compatible. --- 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)