treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A software system for writing extensible parsers for programming languages";
|
||||
homepage = https://github.com/ocaml/camlp4;
|
||||
homepage = "https://github.com/ocaml/camlp4";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
Camlp5 is a preprocessor and pretty-printer for OCaml programs.
|
||||
It also provides parsing and printing tools.
|
||||
'';
|
||||
homepage = https://camlp5.github.io/;
|
||||
homepage = "https://camlp5.github.io/";
|
||||
license = licenses.bsd3;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = with maintainers; [
|
||||
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://projects.camlcity.org/projects/findlib.html;
|
||||
homepage = "http://projects.camlcity.org/projects/findlib.html";
|
||||
description = "O'Caml library manager";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://ocsigen.org/js_of_ocaml/;
|
||||
homepage = "http://ocsigen.org/js_of_ocaml/";
|
||||
description = "Compiler of OCaml bytecode to Javascript. It makes it possible to run Ocaml programs in a Web browser";
|
||||
license = licenses.lgpl2;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
|
||||
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
# You must manually update the url, not just the version. OCamlforge keys off
|
||||
# the number after download.php, not the filename.
|
||||
src = fetchurl {
|
||||
url = https://forge.ocamlcore.org/frs/download.php/1694/oasis-0.4.10.tar.gz;
|
||||
url = "https://forge.ocamlcore.org/frs/download.php/1694/oasis-0.4.10.tar.gz";
|
||||
sha256 = "13ah03pbcvrjv5lmx971hvkm9rvbvimska5wmjfvgvd20ca0gn8w";
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
installPhase = "ocaml setup.ml -install";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://oasis.forge.ocamlcore.org/;
|
||||
homepage = "http://oasis.forge.ocamlcore.org/";
|
||||
description = "Configure, build and install system for OCaml projects";
|
||||
license = licenses.lgpl21;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/ocaml-obuild/obuild;
|
||||
homepage = "https://github.com/ocaml-obuild/obuild";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
description = "Simple package build system for OCaml";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
|
||||
@@ -17,7 +17,7 @@ with ocamlPackages; buildDunePackage rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://www.typerex.org/ocaml-top.html;
|
||||
homepage = "https://www.typerex.org/ocaml-top.html";
|
||||
license = lib.licenses.gpl3;
|
||||
description = "A simple cross-platform OCaml code editor built for top-level evaluation";
|
||||
maintainers = with lib.maintainers; [ vbgl ];
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/ocaml/ocamlbuild/;
|
||||
homepage = "https://github.com/ocaml/ocamlbuild/";
|
||||
description = "A build system with builtin rules to easily build most OCaml projects";
|
||||
license = licenses.lgpl2;
|
||||
inherit (ocaml.meta) platforms;
|
||||
|
||||
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "ocamlify-0.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://forge.ocamlcore.org/frs/download.php/1209/ocamlify-0.0.2.tar.gz;
|
||||
url = "http://forge.ocamlcore.org/frs/download.php/1209/ocamlify-0.0.2.tar.gz";
|
||||
sha256 = "1f0fghvlbfryf5h3j4as7vcqrgfjb4c8abl5y0y5h069vs4kp5ii";
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||
dontStrip = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://forge.ocamlcore.org/projects/ocamlmod/ocamlmod;
|
||||
homepage = "http://forge.ocamlcore.org/projects/ocamlmod/ocamlmod";
|
||||
description = "Generate OCaml modules from source files";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
dontStrip = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://forge.ocamlcore.org/projects/ocamlmod/ocamlmod;
|
||||
homepage = "http://forge.ocamlcore.org/projects/ocamlmod/ocamlmod";
|
||||
description = "Generate OCaml modules from source files";
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = with stdenv.lib.maintainers; [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "ocamlscript-2.0.3";
|
||||
src = fetchurl {
|
||||
url = http://mjambon.com/releases/ocamlscript/ocamlscript-2.0.3.tar.gz;
|
||||
url = "http://mjambon.com/releases/ocamlscript/ocamlscript-2.0.3.tar.gz";
|
||||
sha256 = "1v1i24gijxwris8w4hi95r9swld6dm7jbry0zp72767a3g5ivlrd";
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://martin.jambon.free.fr/ocamlscript.html;
|
||||
homepage = "http://martin.jambon.free.fr/ocamlscript.html";
|
||||
license = licenses.boost;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
description = "Natively-compiled OCaml scripts";
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.typerex.org/ocp-build.html;
|
||||
homepage = "https://www.typerex.org/ocp-build.html";
|
||||
description = "A build tool for OCaml";
|
||||
longDescription = ''
|
||||
ocp-build is a build system for OCaml application, based on simple
|
||||
|
||||
@@ -14,7 +14,7 @@ buildDunePackage rec {
|
||||
buildInputs = [ cmdliner ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://typerex.ocamlpro.com/ocp-indent.html;
|
||||
homepage = "http://typerex.ocamlpro.com/ocp-indent.html";
|
||||
description = "A customizable tool to indent OCaml code";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.jirkamarsik ];
|
||||
|
||||
@@ -14,7 +14,7 @@ buildDunePackage rec {
|
||||
propagatedBuildInputs = [ ocp-indent ];
|
||||
|
||||
meta = {
|
||||
homepage = http://typerex.ocamlpro.com/ocp-index.html;
|
||||
homepage = "http://typerex.ocamlpro.com/ocp-index.html";
|
||||
description = "A simple and light-weight documentation extractor for OCaml";
|
||||
license = lib.licenses.lgpl3;
|
||||
maintainers = with lib.maintainers; [ vbgl ];
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/besport/ocsigen-i18n;
|
||||
homepage = "https://github.com/besport/ocsigen-i18n";
|
||||
description = "I18n made easy for web sites written with eliom";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
maintainers = [ stdenv.lib.maintainers.gal_bolle ];
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A build system designed for scalability and portability";
|
||||
homepage = http://projects.camlcity.org/projects/omake.html;
|
||||
homepage = "http://projects.camlcity.org/projects/omake.html";
|
||||
license = with stdenv.lib.licenses; [
|
||||
mit /* scripts */
|
||||
gpl2 /* program */
|
||||
|
||||
@@ -84,7 +84,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A package manager for OCaml";
|
||||
homepage = http://opam.ocamlpro.com/;
|
||||
homepage = "http://opam.ocamlpro.com/";
|
||||
maintainers = [ maintainers.henrytill ];
|
||||
platforms = platforms.all;
|
||||
license = licenses.lgpl21Plus;
|
||||
|
||||
@@ -67,7 +67,7 @@ buildDunePackage rec {
|
||||
|
||||
It integrates with the tuareg mode in Emacs.
|
||||
'';
|
||||
homepage = https://github.com/diml/utop;
|
||||
homepage = "https://github.com/diml/utop";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = [
|
||||
|
||||
Reference in New Issue
Block a user