wok diff perl-extutils-depends/description.txt @ rev 25169
updated python-cython (0.29.16 -> 0.29.30)
author | Hans-Günter Theisgen |
---|---|
date | Fri Jul 01 15:27:05 2022 +0100 (2022-07-01) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-extutils-depends/description.txt Fri Jul 01 15:27:05 2022 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +This module tries to make it easy to build Perl extensions 1.5 +that use functions and typemaps provided by other perl extensions. 1.6 +This means that a perl extension is treated like a shared library 1.7 +that provides also a C and an XS interface besides the perl one.