| 12
 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
 
 | Source: minetest-mod-pycraft
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 , lua-busted
 , lua-bitop
 , lua-socket
Standards-Version: 4.7.0
Homepage: https://github.com/sprintingkiwi/pycraft_mod
Vcs-Git: https://salsa.debian.org/games-team/minetest-mod-pycraft.git
Vcs-Browser: https://salsa.debian.org/games-team/minetest-mod-pycraft
Rules-Requires-Root: no
Package: minetest-mod-pycraft
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, minetest | minetest-server
 , python3-minecraftpi
 , lua-bitop
 , lua-socket
Description: Minetest mod - (most of) Raspberry PI Minecraft API
 Provide API server in Minetest to allow Python and Sonic Pi to manipulate
 the world in the server.
Package: python3-minecraftpi
Section: python
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any
Suggests: minetest-mod-pycraft
Description: Raspberry PI Minecraft API Python client library
 Make it easy to program minetest and minecraft from Python, as
 described in the book Learn to program using Minecraft.
 .
 This package provide the 'mcpi' Python library.
 |