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

Changelog

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

  * Updated Standards-Version from 3.9.8 to 4.0.1.
  * Corrected install path for appstream metadata to
    /usr/share/metainfo/.
  * Added simple autopkgtest script using the compiler.
  * Adjusted fix_makefile_clean.patch to clean more generated files.

 -- Petter Reinholdtsen <email address hidden>  Thu, 17 Aug 2017 08:06:30 +0000

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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
nbc_1.2.1.r4+dfsg-8.dsc 1.9 KiB 769dca9fbb210453266472d4353bbb1add7250b5c141a01c3cf86d7468c81f68
nbc_1.2.1.r4+dfsg.orig.tar.gz 518.1 KiB 3c92d789865a04c1e72e9ad274635b50d34b4c010fcd11e55d03c5620c3363a8
nbc_1.2.1.r4+dfsg-8.debian.tar.xz 6.8 KiB 5b72b1046c9b64080380e9b4b843e50e534a6583ea0de8e7146210878db4d75d

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.