[Pkg-ocaml-maint-commits] [ocaml-deriving-ocsigen] 04/11: Imported Upstream version 0.6.1

Stéphane Glondu glondu at moszumanska.debian.org
Sat Jun 14 13:20:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-deriving-ocsigen.

commit 1b27fba355f747bea3794dd7801499a34639b2d0
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jun 12 10:08:41 2014 +0200

    Imported Upstream version 0.6.1
---
 README.md | 4 +---
 _oasis    | 5 +++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 7affc02..8a8ac23 100644
--- a/README.md
+++ b/README.md
@@ -25,11 +25,9 @@ Build intructions:
 ------------------
 
 ```
- $ ${EDITOR} Makefile.config
+ $ ./configure [--disable-tc]
  $ make
 
- $ make tests
-
  # make install
 ```
 
diff --git a/_oasis b/_oasis
index 7517a7d..7211fa4 100644
--- a/_oasis
+++ b/_oasis
@@ -1,7 +1,7 @@
 OASISFormat: 0.4
 Name:        deriving
 OCamlVersion: >= 3.12.1
-Version:     0.6
+Version:     0.6.1
 Synopsis:    Extension to OCaml for deriving functions from type declarations
 Authors:     Jeremy Yallop
 License:     MIT
@@ -76,6 +76,7 @@ Executable test_tc
   CompiledObject : best
   MainIs         : tc.ml
   BuildDepends   : deriving,type_conv
+  Build$: flag(tc)
 
 Test std
   TestTools : test
@@ -83,4 +84,4 @@ Test std
 
 Test tc
   TestTools : test_tc
-  Command   : _build/tests/tc.native
\ No newline at end of file
+  Command   : _build/tests/tc.native

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-deriving-ocsigen.git



More information about the Pkg-ocaml-maint-commits mailing list