Skip to content

Commit

Permalink
Update META version to 0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallop committed Dec 23, 2014
1 parent 0787d72 commit c9827dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions META
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.3.3"
version = "0.3.4"
description = "Combinators for binding to C libraries without writing any C."
requires = "unix bigarray str bytes"
archive(byte) = "ctypes.cma"
Expand All @@ -8,7 +8,7 @@ archive(native, plugin) = "ctypes.cmxs"
exists_if = "ctypes.cma"

package "top" (
version = "0.3.3"
version = "0.3.4"
description = "Toplevel printers for C types"
requires = "ctypes"
archive(byte) = "ctypes-top.cma"
Expand All @@ -19,7 +19,7 @@ package "top" (
)

package "stubs" (
version = "0.3.3"
version = "0.3.4"
description = "Stub generation from C types"
requires = "ctypes"
archive(byte) = "cstubs.cma"
Expand All @@ -30,7 +30,7 @@ package "stubs" (
)

package "foreign-base" (
version = "0.3.3"
version = "0.3.4"
description = "Dynamic linking of C functions"
requires = "ctypes"
archive(byte) = "ctypes-foreign-base.cma"
Expand All @@ -41,7 +41,7 @@ package "foreign-base" (
)

package "foreign" (
version = "0.3.3"
version = "0.3.4"
description = "Dynamic linking of C functions"
requires = "ctypes ctypes.foreign-base"
requires(mt) = "threads ctypes ctypes.foreign-base"
Expand Down

0 comments on commit c9827dc

Please sign in to comment.