git.annexia.org
/
ocaml-csv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb60e3
)
Applied patch from David Allsopp to make the library findlib-compatible.
author
rich
<rich>
Mon, 14 May 2007 16:20:10 +0000
(16:20 +0000)
committer
rich
<rich>
Mon, 14 May 2007 16:20:10 +0000
(16:20 +0000)
META
[new file with mode: 0644]
patch
|
blob
Makefile
patch
|
blob
|
history
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"
diff --git
a/Makefile
b/Makefile
index
f6531f5
..
c40580d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,4
@@
-# $Id: Makefile,v 1.1
0 2006-11-24 09:43:15
rich Exp $
+# $Id: Makefile,v 1.1
1 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)