···118118 CLASP_SRC_DONTTOUCH = "true";
119119120120 meta = {
121121- inherit version;
122121 description = "A Common Lisp implementation based on LLVM with C++ integration";
123122 license = lib.licenses.lgpl21Plus ;
124123 maintainers = [lib.maintainers.raskin];
-1
pkgs/development/compilers/ldc/binary.nix
···3232 '';
33333434 meta = with lib; {
3535- inherit version;
3635 description = "The LLVM-based D Compiler";
3736 homepage = "https://github.com/ldc-developers/ldc";
3837 # from https://github.com/ldc-developers/ldc/blob/master/LICENSE
···20202121 meta = {
2222 description = "Drivers and libraries for the Xbox Kinect device on Windows, Linux, and macOS";
2323- inherit version;
2423 homepage = "http://openkinect.org";
2524 license = with lib.licenses; [ gpl2 asl20 ];
2625 maintainers = with lib.maintainers; [ bennofs ];
-1
pkgs/development/libraries/givaro/3.7.nix
···99 nativeBuildInputs = [ autoreconfHook ];
1010 buildInputs = [autoconf automake libtool gmpxx];
1111 meta = {
1212- inherit version;
1312 description = "A C++ library for arithmetic and algebraic computations";
1413 license = lib.licenses.cecill-b;
1514 maintainers = [lib.maintainers.raskin];
-1
pkgs/development/libraries/givaro/3.nix
···99 nativeBuildInputs = [ autoreconfHook ];
1010 buildInputs = [autoconf automake libtool gmpxx];
1111 meta = {
1212- inherit version;
1312 description = "A C++ library for arithmetic and algebraic computations";
1413 license = lib.licenses.cecill-b;
1514 maintainers = [lib.maintainers.raskin];
-1
pkgs/development/libraries/givaro/default.nix
···3636 doCheck = false;
37373838 meta = {
3939- inherit version;
4039 description = "A C++ library for arithmetic and algebraic computations";
4140 license = lib.licenses.cecill-b;
4241 maintainers = [lib.maintainers.raskin];
···1919 "--with-cblas=-lblas"
2020 ];
2121 meta = {
2222- inherit version;
2322 description = "Algorithms for computing exact solutions to dense systems of linear equations over the integers";
2423 license = lib.licenses.gpl2Plus;
2524 maintainers = [lib.maintainers.raskin];
···4848 ];
49495050 meta = with lib; {
5151- inherit version;
5251 homepage = "https://github.com/open-source-parsers/jsoncpp";
5352 description = "A C++ library for interacting with JSON";
5453 maintainers = with maintainers; [ ttuegel cpages ];
-1
pkgs/development/libraries/libb64/default.nix
···1919 '';
20202121 meta = {
2222- inherit version;
2322 description = "ANSI C routines for fast base64 encoding/decoding";
2423 license = lib.licenses.publicDomain;
2524 platforms = lib.platforms.unix;
···3535 license = licenses.bsd3;
3636 maintainers = with maintainers; [ deepfire ];
3737 platforms = platforms.linux; # PAM is not available on Darwin
3838- inherit version;
3938 };
4039}
-1
pkgs/development/libraries/osip/default.nix
···1313 description = "The GNU oSIP library, an implementation of the Session Initiation Protocol (SIP)";
1414 maintainers = with lib.maintainers; [ raskin ];
1515 platforms = lib.platforms.all;
1616- inherit version;
1716 };
1817}
···1717 };
18181919 meta = {
2020- inherit version;
2120 description = "File open routines to safely open a file when in the presence of an attack";
2221 license = lib.licenses.asl20 ;
2322 maintainers = [lib.maintainers.raskin];
···2828 '';
29293030 meta = {
3131- inherit version;
3231 description = "Creates Nix packages from Gemfiles";
3332 longDescription = ''
3433 This is a tool that converts Gemfile.lock files to nix expressions.