wok diff perl-extutils-depends/description.txt @ rev 24657
updated icewm (1.6.4 -> 2.9.6)
author | Hans-Günter Theisgen |
---|---|
date | Fri Mar 11 07:48:38 2022 +0100 (2022-03-11) |
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 Mar 11 07:48:38 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.