;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2016 Manolis Fragkiskos Ragkousis ;;; Copyright © 2015, 2017 Ricardo Wurmus ;;; Copyright © 2016 David Thompson ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2016-06-02 20:46:32 +0200
committerAndreas Enge <andreas@enge.fr>2016-06-04 17:23:20 +0200
commit7868000fe4fceb6036fbf80cfad13cfe33c84992 (patch)
treeaaa2cfa0f92f0f392d9f7d5103f0730f29ed475e /gnu/packages/ncurses.scm
parentae60900199d8b19155a3ccf52a957148e974454c (diff)
downloadguix-7868000fe4fceb6036fbf80cfad13cfe33c84992.tar.gz
guix-7868000fe4fceb6036fbf80cfad13cfe33c84992.zip
gnu: Add qtbase.
* gnu/packages/qt.scm (qtbase): New variable. Co-authored by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/ncurses.scm')
0 files changed, 0 insertions, 0 deletions
ts #:phases (modify-phases %standard-phases (delete 'configure)) #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))))) (native-inputs `(("unzip" ,unzip) ("xxd" ,xxd))) (home-page "https://github.com/ryansuchocki/microscheme/") (synopsis "Scheme subset for Atmel microcontrollers") (description "Microscheme, or @code{(ms)} for short, is a functional programming language for the Arduino, and for Atmel 8-bit AVR microcontrollers in general. Microscheme is a subset of Scheme, in the sense that every valid @code{(ms)} program is also a valid Scheme program (with the exception of Arduino hardware-specific primitives). The @code{(ms)} compiler performs function inlining, and features an aggressive tree-shaker, eliminating unused top-level definitions. Microscheme has a robust @dfn{Foreign Function Interface} (FFI) meaning that C code may be invoked directly from (ms) programs.") (license license:expat)))