File: control

package info (click to toggle)
minetest-mod-pycraft 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,616 kB
  • sloc: python: 79,282; makefile: 10
file content (33 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download
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
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 (>= 10)
 , lua-busted
 , lua-bitop
 , lua-socket
Standards-Version: 4.3.0
Homepage: https://github.com/sprintingkiwi/pycraft_mod
Vcs-Git: https://salsa.debian.org/games-team/unfinished/minetest-mod-pycraft.git
Vcs-Browser: https://salsa.debian.org/games-team/unfinished/minetest-mod-pycraft

Package: minetest-mod-pycraft
Architecture: all
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
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python3
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.