Loading pkgs/development/ocaml-modules/markup/default.nix +8 −10 Original line number Diff line number Diff line Loading @@ -8,17 +8,15 @@ ounit2, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "markup"; version = "1.0.3"; useDune2 = true; src = fetchFromGitHub { owner = "aantron"; repo = "markup.ml"; rev = version; sha256 = "sha256-tsXz39qFSyL6vPYKG7P73zSEiraaFuOySL1n0uFij6k="; tag = finalAttrs.version; hash = "sha256-tsXz39qFSyL6vPYKG7P73zSEiraaFuOySL1n0uFij6k="; }; propagatedBuildInputs = [ Loading @@ -27,13 +25,13 @@ buildDunePackage rec { ]; checkInputs = [ ounit2 ]; doCheck = lib.versionAtLeast ocaml.version "4.08"; doCheck = true; meta = with lib; { meta = { homepage = "https://github.com/aantron/markup.ml/"; description = "Pair of best-effort parsers implementing the HTML5 and XML specifications"; license = licenses.mit; maintainers = with maintainers; [ gal_bolle ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ gal_bolle ]; }; } }) pkgs/development/ocaml-modules/opti/default.nix +7 −11 Original line number Diff line number Diff line Loading @@ -4,23 +4,19 @@ buildDunePackage, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "opti"; version = "1.0.3"; useDune2 = true; minimalOCamlVersion = "4.02"; src = fetchurl { url = "https://github.com/magnusjonsson/opti/releases/download/${version}/opti-${version}.tbz"; sha256 = "ed9ba56dc06e9d2b1bf097964cc65ea37db787d4f239c13d0dd74693f5b50a1e"; url = "https://github.com/magnusjonsson/opti/releases/download/${finalAttrs.version}/opti-${finalAttrs.version}.tbz"; hash = "sha256-7ZulbcBunSsb8JeWTMZeo323h9TyOcE9DddGk/W1Ch4="; }; meta = with lib; { meta = { description = "DSL to generate fast incremental C code from declarative specifications"; license = licenses.bsd3; maintainers = [ maintainers.jmagnusj ]; license = lib.licenses.bsd3; maintainers = [ lib.maintainers.jmagnusj ]; homepage = "https://github.com/magnusjonsson/opti"; }; } }) pkgs/development/ocaml-modules/ptmap/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -6,15 +6,13 @@ stdlib-shims, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "ptmap"; version = "2.0.5"; useDune2 = true; src = fetchurl { url = "https://github.com/backtracking/ptmap/releases/download/${version}/ptmap-${version}.tbz"; sha256 = "1apk61fc1y1g7x3m3c91fnskvxp6i0vk5nxwvipj56k7x2pzilgb"; url = "https://github.com/backtracking/ptmap/releases/download/${finalAttrs.version}/ptmap-${finalAttrs.version}.tbz"; hash = "sha256-69H4r+hnmiJv3LzbMjeI5vY9tXUhsVFHPy/4wFww86o="; }; buildInputs = [ stdlib-shims ]; Loading @@ -28,4 +26,4 @@ buildDunePackage rec { license = lib.licenses.lgpl21; maintainers = [ ]; }; } }) pkgs/development/ocaml-modules/ptset/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -5,15 +5,13 @@ stdlib-shims, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "ptset"; version = "1.0.1"; useDune2 = true; src = fetchurl { url = "https://github.com/backtracking/ptset/releases/download/${version}/ptset-${version}.tbz"; sha256 = "1pr80mgk12l93mdq1wfsv2b6ccraxs334d5h92qzjh7bw2g13424"; url = "https://github.com/backtracking/ptset/releases/download/${finalAttrs.version}/ptset-${finalAttrs.version}.tbz"; hash = "sha256-RJARnuDrQPmxSLA0MobuKjNmltja8YBbHYmKMF8FKN8="; }; doCheck = true; Loading @@ -26,4 +24,4 @@ buildDunePackage rec { license = lib.licenses.lgpl21; maintainers = [ lib.maintainers.vbgl ]; }; } }) pkgs/development/ocaml-modules/vector/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -4,15 +4,13 @@ fetchurl, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "vector"; version = "1.0.0"; useDune2 = true; src = fetchurl { url = "https://github.com/backtracking/vector/releases/download/${version}/vector-${version}.tbz"; sha256 = "sha256:0hb6prpada4c5z07sxf5ayj5xbahsnwall15vaqdwdyfjgbd24pj"; url = "https://github.com/backtracking/vector/releases/download/${finalAttrs.version}/vector-${finalAttrs.version}.tbz"; hash = "sha256-8hLR1pPON96w2iVQqrjVUK1epFfFdX3AL4yopm6+ZkE="; }; doCheck = true; Loading @@ -24,4 +22,4 @@ buildDunePackage rec { maintainers = [ lib.maintainers.vbgl ]; }; } }) Loading
pkgs/development/ocaml-modules/markup/default.nix +8 −10 Original line number Diff line number Diff line Loading @@ -8,17 +8,15 @@ ounit2, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "markup"; version = "1.0.3"; useDune2 = true; src = fetchFromGitHub { owner = "aantron"; repo = "markup.ml"; rev = version; sha256 = "sha256-tsXz39qFSyL6vPYKG7P73zSEiraaFuOySL1n0uFij6k="; tag = finalAttrs.version; hash = "sha256-tsXz39qFSyL6vPYKG7P73zSEiraaFuOySL1n0uFij6k="; }; propagatedBuildInputs = [ Loading @@ -27,13 +25,13 @@ buildDunePackage rec { ]; checkInputs = [ ounit2 ]; doCheck = lib.versionAtLeast ocaml.version "4.08"; doCheck = true; meta = with lib; { meta = { homepage = "https://github.com/aantron/markup.ml/"; description = "Pair of best-effort parsers implementing the HTML5 and XML specifications"; license = licenses.mit; maintainers = with maintainers; [ gal_bolle ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ gal_bolle ]; }; } })
pkgs/development/ocaml-modules/opti/default.nix +7 −11 Original line number Diff line number Diff line Loading @@ -4,23 +4,19 @@ buildDunePackage, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "opti"; version = "1.0.3"; useDune2 = true; minimalOCamlVersion = "4.02"; src = fetchurl { url = "https://github.com/magnusjonsson/opti/releases/download/${version}/opti-${version}.tbz"; sha256 = "ed9ba56dc06e9d2b1bf097964cc65ea37db787d4f239c13d0dd74693f5b50a1e"; url = "https://github.com/magnusjonsson/opti/releases/download/${finalAttrs.version}/opti-${finalAttrs.version}.tbz"; hash = "sha256-7ZulbcBunSsb8JeWTMZeo323h9TyOcE9DddGk/W1Ch4="; }; meta = with lib; { meta = { description = "DSL to generate fast incremental C code from declarative specifications"; license = licenses.bsd3; maintainers = [ maintainers.jmagnusj ]; license = lib.licenses.bsd3; maintainers = [ lib.maintainers.jmagnusj ]; homepage = "https://github.com/magnusjonsson/opti"; }; } })
pkgs/development/ocaml-modules/ptmap/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -6,15 +6,13 @@ stdlib-shims, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "ptmap"; version = "2.0.5"; useDune2 = true; src = fetchurl { url = "https://github.com/backtracking/ptmap/releases/download/${version}/ptmap-${version}.tbz"; sha256 = "1apk61fc1y1g7x3m3c91fnskvxp6i0vk5nxwvipj56k7x2pzilgb"; url = "https://github.com/backtracking/ptmap/releases/download/${finalAttrs.version}/ptmap-${finalAttrs.version}.tbz"; hash = "sha256-69H4r+hnmiJv3LzbMjeI5vY9tXUhsVFHPy/4wFww86o="; }; buildInputs = [ stdlib-shims ]; Loading @@ -28,4 +26,4 @@ buildDunePackage rec { license = lib.licenses.lgpl21; maintainers = [ ]; }; } })
pkgs/development/ocaml-modules/ptset/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -5,15 +5,13 @@ stdlib-shims, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "ptset"; version = "1.0.1"; useDune2 = true; src = fetchurl { url = "https://github.com/backtracking/ptset/releases/download/${version}/ptset-${version}.tbz"; sha256 = "1pr80mgk12l93mdq1wfsv2b6ccraxs334d5h92qzjh7bw2g13424"; url = "https://github.com/backtracking/ptset/releases/download/${finalAttrs.version}/ptset-${finalAttrs.version}.tbz"; hash = "sha256-RJARnuDrQPmxSLA0MobuKjNmltja8YBbHYmKMF8FKN8="; }; doCheck = true; Loading @@ -26,4 +24,4 @@ buildDunePackage rec { license = lib.licenses.lgpl21; maintainers = [ lib.maintainers.vbgl ]; }; } })
pkgs/development/ocaml-modules/vector/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -4,15 +4,13 @@ fetchurl, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "vector"; version = "1.0.0"; useDune2 = true; src = fetchurl { url = "https://github.com/backtracking/vector/releases/download/${version}/vector-${version}.tbz"; sha256 = "sha256:0hb6prpada4c5z07sxf5ayj5xbahsnwall15vaqdwdyfjgbd24pj"; url = "https://github.com/backtracking/vector/releases/download/${finalAttrs.version}/vector-${finalAttrs.version}.tbz"; hash = "sha256-8hLR1pPON96w2iVQqrjVUK1epFfFdX3AL4yopm6+ZkE="; }; doCheck = true; Loading @@ -24,4 +22,4 @@ buildDunePackage rec { maintainers = [ lib.maintainers.vbgl ]; }; } })