nbc 1.2.1.r4+dfsg-11 source package in Ubuntu

Changelog

nbc (1.2.1.r4+dfsg-11) unstable; urgency=medium

  * Switched debhelper dependency to debhelper-compat.
  * Added appstream metadata license to d/copyright.
  * Marked package to not need root access during build.
  * Switched patches to new naming scheme.
  * Corrected typo in 1030-reproducible-build.patch description.
  * Added 1050-typos-in-code.patch fixing several typos discovered by Lintian.
  * Changed d/watch version from 3 to 4.

 -- Petter Reinholdtsen <email address hidden>  Sun, 03 Oct 2021 08:43:50 +0200

Upload details

Uploaded by:
Debian LEGO Team
Uploaded to:
Sid
Original maintainer:
Debian LEGO Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
nbc_1.2.1.r4+dfsg-11.dsc 1.9 KiB 18088449a914e2234d6790f355552a7b864900df679bf81e484559dd28da296f
nbc_1.2.1.r4+dfsg.orig.tar.gz 518.1 KiB 3c92d789865a04c1e72e9ad274635b50d34b4c010fcd11e55d03c5620c3363a8
nbc_1.2.1.r4+dfsg-11.debian.tar.xz 8.6 KiB 757c3e2c2c2996ab39ab083c1f3c79efcc308b8e1114fe1bb367718fa019eaca

No changes file available.

Binary packages built by this source

nbc: C compiler for LEGO Mindstorms NXT bricks

 Next Byte Codes (NBC) is a simple language with an assembly language syntax
 that can be used to program LEGO's NXT programmable brick (from the new LEGO
 Mindstorms NXT set).
 .
 Not eXactly C (NXC) is a high level language, similar to C, built on top of the
 NBC compiler. It can also be used to program the NXT brick. NXC is basically
 NQC for the NXT. To compile NXC programs just use the NBC compiler with source
 code files that have a .nxc file extension.
 .
 If you are just getting started with programming, then graphical environments
 such as the Mindstorms NXT software may be better choices for you. If, however,
 you're a programmer and you prefer typing a few lines to drag and drop icon
 programming, then either NBC or NXC may be perfect for you.