Applied patch from David Allsopp to make the library findlib-compatible.
authorrich <rich>
Mon, 14 May 2007 16:20:10 +0000 (16:20 +0000)
committerrich <rich>
Mon, 14 May 2007 16:20:10 +0000 (16:20 +0000)
META [new file with mode: 0644]
Makefile

diff --git a/META b/META
new file mode 100644 (file)
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"
index f6531f5..c40580d 100644 (file)
--- 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)