Merge branch 'master' into staging-next
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
frameworks. From a grammar, ANTLR generates a parser that can build and
|
||||
walk parse trees.
|
||||
'';
|
||||
homepage = https://www.antlr.org/;
|
||||
homepage = "https://www.antlr.org/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
frameworks. From a grammar, ANTLR generates a parser that can build and
|
||||
walk parse trees.
|
||||
'';
|
||||
homepage = https://www.antlr.org/;
|
||||
homepage = "https://www.antlr.org/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@ let
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "C++ target for ANTLR 4";
|
||||
homepage = https://www.antlr.org/;
|
||||
homepage = "https://www.antlr.org/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
@@ -76,7 +76,7 @@ let
|
||||
frameworks. From a grammar, ANTLR generates a parser that can build and
|
||||
walk parse trees.
|
||||
'';
|
||||
homepage = https://www.antlr.org/;
|
||||
homepage = "https://www.antlr.org/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Berkeley YACC";
|
||||
homepage = https://invisible-island.net/byacc/byacc.html;
|
||||
homepage = "https://invisible-island.net/byacc/byacc.html";
|
||||
license = licenses.publicDomain;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "flex-2.5.35";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/westes/flex/archive/flex-2-5-35.tar.gz;
|
||||
url = "https://github.com/westes/flex/archive/flex-2-5-35.tar.gz";
|
||||
sha256 = "0wh06nix8bd4w1aq4k2fbbkdq5i30a9lxz3xczf3ff28yy0kfwzm";
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
branch = "2.5.35";
|
||||
homepage = http://flex.sourceforge.net/;
|
||||
homepage = "http://flex.sourceforge.net/";
|
||||
description = "A fast lexical analyser generator";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/westes/flex;
|
||||
homepage = "https://github.com/westes/flex";
|
||||
description = "A fast lexical analyser generator";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
dontDisableStatic = stdenv.buildPlatform != stdenv.hostPlatform;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/westes/flex;
|
||||
homepage = "https://github.com/westes/flex";
|
||||
description = "A fast lexical analyser generator";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
and requires simpler specification files than offered by flex's C++
|
||||
option.
|
||||
'';
|
||||
homepage = https://fbb-git.github.io/flexcpp/;
|
||||
homepage = "https://fbb-git.github.io/flexcpp/";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
character-oriented, making it ideal for parsing binary data such
|
||||
as images, network packets, audio, and executables.
|
||||
'';
|
||||
homepage = https://github.com/UpstandingHackers/hammer;
|
||||
homepage = "https://github.com/UpstandingHackers/hammer";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://jikes.sourceforge.net/;
|
||||
homepage = "http://jikes.sourceforge.net/";
|
||||
description = "The Jikes Parser Generator";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.ipl10;
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
# Fix null termination in read_stream.
|
||||
# https://github.com/keenerd/jshon/issues/53
|
||||
(fetchpatch {
|
||||
url = https://github.com/mbrock/jshon/commit/32288dd186573ceb58164f30be1782d4580466d8.patch;
|
||||
url = "https://github.com/mbrock/jshon/commit/32288dd186573ceb58164f30be1782d4580466d8.patch";
|
||||
sha256 = "04rss2nprl9nqblc7smq0477n54hm801xgnnmvyzni313i1n6vhl";
|
||||
})
|
||||
];
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://kmkeen.com/jshon;
|
||||
homepage = "http://kmkeen.com/jshon";
|
||||
description = "JSON parser designed for maximum convenience within the shell";
|
||||
license = licenses.free;
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -38,7 +38,7 @@ in stdenv.mkDerivation {
|
||||
file using that grammar. Lemon is similar to the much more famous
|
||||
programs "yacc" and "bison", but is not compatible with either.
|
||||
'';
|
||||
homepage = http://www.hwaci.com/sw/lemon/;
|
||||
homepage = "http://www.hwaci.com/sw/lemon/";
|
||||
license = licenses.publicDomain;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ let
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.colm.net/open-source/ragel/;
|
||||
homepage = "https://www.colm.net/open-source/ragel/";
|
||||
description = "State machine compiler";
|
||||
inherit license;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user