10 pname = "bigarray-overlap";
14 url = "https://github.com/dinosaure/overlap/releases/download/v${version}/bigarray-overlap-${version}.tbz";
15 hash = "sha256-L1IKxHAFTjNYg+upJUvyi2Z23bV3U8+1iyLPhK4aZuA=";
18 minimalOCamlVersion = "4.08";
21 nativeBuildInputs = [ pkg-config ];
22 checkInputs = [ alcotest ];
26 homepage = "https://github.com/dinosaure/overlap";
27 description = "Minimal library to know that 2 bigarray share physically the same memory or not";
28 license = licenses.mit;
29 maintainers = [ maintainers.sternenseemann ];