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

Changelog

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

  * Renamed Appstream metainfo file to match ID used.
  * Switched d/rules to use $(MAKE) instead of hardcoded make name.
  * Adjusted 1020-reproducible-build.patch to build with debug symbols.

 -- Petter Reinholdtsen <email address hidden>  Mon, 12 Aug 2024 23:54:16 +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

Downloads

File Size SHA-256 Checksum
nbc_1.2.1.r4+dfsg-12.dsc 1.9 KiB 9d3732d4acdc26095c84ad0514269f3290e77358f46bd098844720ebc2e3aca9
nbc_1.2.1.r4+dfsg.orig.tar.gz 518.1 KiB 3c92d789865a04c1e72e9ad274635b50d34b4c010fcd11e55d03c5620c3363a8
nbc_1.2.1.r4+dfsg-12.debian.tar.xz 8.7 KiB 5dd6392a1196259a36bd241fc60dc402a664af7751196bd21e63c73d24e26015

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.