···118 CLASP_SRC_DONTTOUCH = "true";
119120 meta = {
121- inherit version;
122 description = "A Common Lisp implementation based on LLVM with C++ integration";
123 license = lib.licenses.lgpl21Plus ;
124 maintainers = [lib.maintainers.raskin];
···118 CLASP_SRC_DONTTOUCH = "true";
119120 meta = {
0121 description = "A Common Lisp implementation based on LLVM with C++ integration";
122 license = lib.licenses.lgpl21Plus ;
123 maintainers = [lib.maintainers.raskin];
-1
pkgs/development/compilers/ldc/binary.nix
···32 '';
3334 meta = with lib; {
35- inherit version;
36 description = "The LLVM-based D Compiler";
37 homepage = "https://github.com/ldc-developers/ldc";
38 # from https://github.com/ldc-developers/ldc/blob/master/LICENSE
···32 '';
3334 meta = with lib; {
035 description = "The LLVM-based D Compiler";
36 homepage = "https://github.com/ldc-developers/ldc";
37 # from https://github.com/ldc-developers/ldc/blob/master/LICENSE
···1{ lib, stdenv, fetchFromBitbucket, cmake, removeReferencesTo }:
2-let
003 version = "0.6.3";
4-in stdenv.mkDerivation {
5- pname = "libgme";
6- inherit version;
78 meta = with lib; {
9 description = "A collection of video game music chip emulators";
···1{ lib, stdenv, fetchFromBitbucket, cmake, removeReferencesTo }:
2+3+stdenv.mkDerivation rec {
4+ pname = "libgme";
5 version = "0.6.3";
00067 meta = with lib; {
8 description = "A collection of video game music chip emulators";
···2021 meta = {
22 description = "Drivers and libraries for the Xbox Kinect device on Windows, Linux, and macOS";
23- inherit version;
24 homepage = "http://openkinect.org";
25 license = with lib.licenses; [ gpl2 asl20 ];
26 maintainers = with lib.maintainers; [ bennofs ];
···2021 meta = {
22 description = "Drivers and libraries for the Xbox Kinect device on Windows, Linux, and macOS";
023 homepage = "http://openkinect.org";
24 license = with lib.licenses; [ gpl2 asl20 ];
25 maintainers = with lib.maintainers; [ bennofs ];
-1
pkgs/development/libraries/givaro/3.7.nix
···9 nativeBuildInputs = [ autoreconfHook ];
10 buildInputs = [autoconf automake libtool gmpxx];
11 meta = {
12- inherit version;
13 description = "A C++ library for arithmetic and algebraic computations";
14 license = lib.licenses.cecill-b;
15 maintainers = [lib.maintainers.raskin];
···9 nativeBuildInputs = [ autoreconfHook ];
10 buildInputs = [autoconf automake libtool gmpxx];
11 meta = {
012 description = "A C++ library for arithmetic and algebraic computations";
13 license = lib.licenses.cecill-b;
14 maintainers = [lib.maintainers.raskin];
-1
pkgs/development/libraries/givaro/3.nix
···9 nativeBuildInputs = [ autoreconfHook ];
10 buildInputs = [autoconf automake libtool gmpxx];
11 meta = {
12- inherit version;
13 description = "A C++ library for arithmetic and algebraic computations";
14 license = lib.licenses.cecill-b;
15 maintainers = [lib.maintainers.raskin];
···9 nativeBuildInputs = [ autoreconfHook ];
10 buildInputs = [autoconf automake libtool gmpxx];
11 meta = {
012 description = "A C++ library for arithmetic and algebraic computations";
13 license = lib.licenses.cecill-b;
14 maintainers = [lib.maintainers.raskin];
-1
pkgs/development/libraries/givaro/default.nix
···36 doCheck = false;
3738 meta = {
39- inherit version;
40 description = "A C++ library for arithmetic and algebraic computations";
41 license = lib.licenses.cecill-b;
42 maintainers = [lib.maintainers.raskin];
···36 doCheck = false;
3738 meta = {
039 description = "A C++ library for arithmetic and algebraic computations";
40 license = lib.licenses.cecill-b;
41 maintainers = [lib.maintainers.raskin];
···19 "--with-cblas=-lblas"
20 ];
21 meta = {
22- inherit version;
23 description = "Algorithms for computing exact solutions to dense systems of linear equations over the integers";
24 license = lib.licenses.gpl2Plus;
25 maintainers = [lib.maintainers.raskin];
···19 "--with-cblas=-lblas"
20 ];
21 meta = {
022 description = "Algorithms for computing exact solutions to dense systems of linear equations over the integers";
23 license = lib.licenses.gpl2Plus;
24 maintainers = [lib.maintainers.raskin];
···48 ];
4950 meta = with lib; {
51- inherit version;
52 homepage = "https://github.com/open-source-parsers/jsoncpp";
53 description = "A C++ library for interacting with JSON";
54 maintainers = with maintainers; [ ttuegel cpages ];
···48 ];
4950 meta = with lib; {
051 homepage = "https://github.com/open-source-parsers/jsoncpp";
52 description = "A C++ library for interacting with JSON";
53 maintainers = with maintainers; [ ttuegel cpages ];
-1
pkgs/development/libraries/libb64/default.nix
···19 '';
2021 meta = {
22- inherit version;
23 description = "ANSI C routines for fast base64 encoding/decoding";
24 license = lib.licenses.publicDomain;
25 platforms = lib.platforms.unix;
···19 '';
2021 meta = {
022 description = "ANSI C routines for fast base64 encoding/decoding";
23 license = lib.licenses.publicDomain;
24 platforms = lib.platforms.unix;
···35 license = licenses.bsd3;
36 maintainers = with maintainers; [ deepfire ];
37 platforms = platforms.linux; # PAM is not available on Darwin
38- inherit version;
39 };
40}
···35 license = licenses.bsd3;
36 maintainers = with maintainers; [ deepfire ];
37 platforms = platforms.linux; # PAM is not available on Darwin
038 };
39}
-1
pkgs/development/libraries/osip/default.nix
···13 description = "The GNU oSIP library, an implementation of the Session Initiation Protocol (SIP)";
14 maintainers = with lib.maintainers; [ raskin ];
15 platforms = lib.platforms.all;
16- inherit version;
17 };
18}
···13 description = "The GNU oSIP library, an implementation of the Session Initiation Protocol (SIP)";
14 maintainers = with lib.maintainers; [ raskin ];
15 platforms = lib.platforms.all;
016 };
17}
···17 };
1819 meta = {
20- inherit version;
21 description = "File open routines to safely open a file when in the presence of an attack";
22 license = lib.licenses.asl20 ;
23 maintainers = [lib.maintainers.raskin];
···17 };
1819 meta = {
020 description = "File open routines to safely open a file when in the presence of an attack";
21 license = lib.licenses.asl20 ;
22 maintainers = [lib.maintainers.raskin];
···28 '';
2930 meta = {
31- inherit version;
32 description = "Creates Nix packages from Gemfiles";
33 longDescription = ''
34 This is a tool that converts Gemfile.lock files to nix expressions.
···28 '';
2930 meta = {
031 description = "Creates Nix packages from Gemfiles";
32 longDescription = ''
33 This is a tool that converts Gemfile.lock files to nix expressions.