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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: mmllib
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Dominik George <nik@naturalnet.de>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.4.0
Homepage: https://github.com/Natureshadow/mmllib
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/mmllib.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/mmllib
Package: python3-mmllib
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: library for handling Music Macro Language (Python 3)
MMLlib is a pure Python implementation of functionality related to the
Music Macro Language as implemented by Microsoft® GW-BASIC® and
compatibles, which is its most common form, also implemented by the PC
speaker driver in Linux and BSD, with a number of extensions and
changes.
.
This package contains the Python 3 build.
Package: mmllib-tools
Architecture: all
Section: sound
Depends:
python3-mmllib,
${misc:Depends},
${python3:Depends},
Description: library for handling Music Macro Language (tools)
MMLlib is a pure Python implementation of functionality related to the
Music Macro Language as implemented by Microsoft® GW-BASIC® and
compatibles, which is its most common form, also implemented by the PC
speaker driver in Linux and BSD, with a number of extensions and
changes.
.
This package contains command-line tools for handling MML. These
currently are:
.
mml2musicxml - convert MML to MusicXML (cf. musescore)
mmllint - check various aspects of MML files for correctness
|