1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: octave-strings
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Thomas Weber <tweber@debian.org>,
Rafael Laboissiere <rafael@debian.org>,
Sébastien Villemot <sebastien@debian.org>,
Mike Miller <mtmiller@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-octave,
libpcre3-dev
Standards-Version: 4.3.0
Homepage: https://octave.sourceforge.io/strings/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-strings.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-strings
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no
Package: octave-strings
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
Description: additional string manipulation functions for Octave
This package provides additional functions to manipulate strings in Octave,
including the possibility to decode from and encode into base64, and using
Perl-compatible regular expressions.
.
This Octave add-on package is part of the Octave-Forge project.
|