this repo has no description

Add version.patch

The release tarball does not have version information. This adds it so
that the META file gets this information.
(this is used for example by the llvm build system)

Changed files
+18 -1
packages
ctypes
ctypes.0.21.0
+11
packages/ctypes/ctypes.0.21.0/files/version.patch
···
+
diff --git a/dune-project b/dune-project
+
index c376d7c..ab4475c 100644
+
--- a/dune-project
+
+++ b/dune-project
+
@@ -1,5 +1,6 @@
+
(lang dune 2.9)
+
(name ctypes)
+
+(version 0.21.0)
+
(formatting (enabled_for dune))
+
(use_standard_c_and_cxx_flags true)
+
+7 -1
packages/ctypes/ctypes.0.21.0/opam
···
src: "https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.21.0.tar.gz"
checksum: "md5=dbd214c8fd68023de46df849a688a1e4"
}
-
patches:["0001-Attach-test_funptrs-to-ctypes-foreign.patch"]
+
patches:[
+
"0001-Attach-test_funptrs-to-ctypes-foreign.patch"
+
"version.patch"
+
]
extra-files:[[
"0001-Attach-test_funptrs-to-ctypes-foreign.patch"
"sha256=4b205c1bcbc9cc7dd231607ca20e9eca91342c32fc63092231841497d016b9d1"
+
]
+
[ "version.patch"
+
"sha256=2050deb9b555e569310aafcaea14d57d69811ba36321e3bace6792dd64aef560"
]]