this repo has no description

Import attach-test-funptrs.patch

See yallop/ocaml-ctypes#746

Changed files
+29
packages
+24
packages/ctypes/ctypes.0.21.0/files/0001-Attach-test_funptrs-to-ctypes-foreign.patch
···
+
From 1a978f1c397e7cb4c35314ee6f5acc021645c2c2 Mon Sep 17 00:00:00 2001
+
From: Etienne Millon <me@emillon.org>
+
Date: Thu, 13 Jul 2023 13:28:16 +0200
+
Subject: [PATCH] Attach test_funptrs to ctypes-foreign
+
+
This ensures that `dune runtest -p ctypes` works.
+
---
+
tests/test-funptrs/dune | 1 +
+
1 file changed, 1 insertion(+)
+
+
diff --git a/tests/test-funptrs/dune b/tests/test-funptrs/dune
+
index ccfd53c..2d568b0 100644
+
--- a/tests/test-funptrs/dune
+
+++ b/tests/test-funptrs/dune
+
@@ -1,5 +1,6 @@
+
(test
+
(name test_funptrs)
+
+ (package ctypes-foreign)
+
(link_flags
+
(:include ../flags/link-flags.sexp))
+
(libraries
+
--
+
2.40.1
+
+5
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"]
+
extra-files:[[
+
"0001-Attach-test_funptrs-to-ctypes-foreign.patch"
+
"sha256=4b205c1bcbc9cc7dd231607ca20e9eca91342c32fc63092231841497d016b9d1"
+
]]