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

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

commit 0335e4f0daeb023c26682bcad541fc6ca4b5d5d6
Author: Stephane Glondu <st...@glondu.net>
Date:   Sat Feb 28 17:58:17 2015 +0100

    Imported Upstream version 0.3.2
---
 META | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/META b/META
index 303a75e..a2d5e42 100644
--- a/META
+++ b/META
@@ -1,6 +1,6 @@
-version = "0.3.1"
+version = "0.3.2"
 description = "Combinators for binding to C libraries without writing any C."
-requires = "unix bigarray str"
+requires = "unix bigarray str bytes"
 archive(byte) = "ctypes.cma"
 archive(byte, plugin) = "ctypes.cma"
 archive(native) = "ctypes.cmxa"
@@ -8,7 +8,7 @@ archive(native, plugin) = "ctypes.cmxs"
 exists_if = "ctypes.cma"
 
 package "top" (
-  version = "0.3.1"
+  version = "0.3.2"
   description = "Toplevel printers for C types"
   requires = "ctypes"
   archive(byte) = "ctypes-top.cma"
@@ -19,7 +19,7 @@ package "top" (
 )
 
 package "stubs" (
-  version = "0.3.1"
+  version = "0.3.2"
   description = "Stub generation from C types"
   requires = "ctypes"
   archive(byte) = "cstubs.cma"
@@ -30,7 +30,7 @@ package "stubs" (
 )
 
 package "foreign-base" (
- version = "0.3.1"
+ version = "0.3.2"
  description = "Dynamic linking of C functions"
  requires = "ctypes"
  archive(byte) = "ctypes-foreign-base.cma"
@@ -41,7 +41,7 @@ package "foreign-base" (
 )
 
 package "foreign" (
- version = "0.3.1"
+ version = "0.3.2"
  description = "Dynamic linking of C functions"
  requires = "ctypes ctypes.foreign-base"
  requires(mt) = "threads ctypes ctypes.foreign-base"

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to