pkgs/development/ocaml-modules: remove unused arguments
This commit is contained in:
parent
e563f19ad8
commit
3e1227a1af
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, alcotest, logs, lwt, fmt
|
||||
{ buildDunePackage, alcotest, logs, lwt, fmt
|
||||
, re, cmdliner
|
||||
}:
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, fetchurl
|
||||
{ fetchurl
|
||||
, buildDunePackage
|
||||
, topkg
|
||||
, findlib
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ buildDunePackage, alcotest, atd, atdgen-codec-runtime, atdgen-runtime, biniou, re, yojson
|
||||
{ buildDunePackage, alcotest, atd, atdgen-codec-runtime, atdgen-runtime, re
|
||||
, python3
|
||||
}:
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
, ppx_sexp_conv
|
||||
, mirage-crypto, mirage-crypto-ec, mirage-crypto-rng, mirage-crypto-pk
|
||||
, x509, cstruct, cstruct-unix, cstruct-sexp, sexplib, eqaf-cstruct
|
||||
, rresult, mtime, logs, fmt, cmdliner, base64
|
||||
, mtime, logs, fmt, cmdliner, base64
|
||||
, zarith
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchFromGitHub, buildDunePackage, ocaml, qtest, qcheck, num, camlp-streams
|
||||
{ lib, fetchFromGitHub, buildDunePackage, ocaml, qtest, qcheck, num, camlp-streams
|
||||
, doCheck ? lib.versionAtLeast ocaml.version "4.08"
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitHub, buildDunePackage, ocaml, alcotest, bigarray-compat, pkg-config }:
|
||||
{ lib, fetchFromGitHub, buildDunePackage, alcotest, pkg-config }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "bigstringaf";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, async_kernel, async_unix, caqti, core_kernel }:
|
||||
{ buildDunePackage, async_kernel, async_unix, caqti, core_kernel }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "caqti-async";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, caqti, mariadb }:
|
||||
{ buildDunePackage, caqti, mariadb }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "caqti-driver-mariadb";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, caqti, postgresql }:
|
||||
{ buildDunePackage, caqti, postgresql }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "caqti-driver-postgresql";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, caqti, ocaml_sqlite3, alcotest }:
|
||||
{ buildDunePackage, caqti, ocaml_sqlite3, alcotest }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "caqti-driver-sqlite3";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, caqti, findlib }:
|
||||
{ buildDunePackage, caqti, findlib }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "caqti-dynload";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, caqti, logs, lwt }:
|
||||
{ buildDunePackage, caqti, logs, lwt }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "caqti-lwt";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, calendar, caqti }:
|
||||
{ buildDunePackage, calendar, caqti }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "caqti-type-calendar";
|
||||
|
@ -1,8 +1,6 @@
|
||||
{ buildDunePackage, carton, carton-lwt
|
||||
, bigstringaf, lwt, fpath, result
|
||||
, fmt, decompress, astring
|
||||
, alcotest, alcotest-lwt, cstruct, logs
|
||||
, mirage-flow, rresult, ke
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, result }:
|
||||
{ lib, stdenv, fetchurl, ocaml }:
|
||||
|
||||
assert (lib.versionAtLeast ocaml.version "4.03");
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, result }:
|
||||
{ lib, stdenv, fetchurl, ocaml }:
|
||||
|
||||
lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08")
|
||||
"cmdliner 1.1 is not available for OCaml ${ocaml.version}"
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, ppx_sexp_conv
|
||||
, base
|
||||
, async
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ lib, fetchurl, buildDunePackage
|
||||
, ppx_sexp_conv, base64, jsonm, re, stringext, uri-sexp
|
||||
, ocaml, fmt, alcotest
|
||||
, fmt, alcotest
|
||||
, crowbar
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, cohttp, cohttp-lwt, logs, lwt, js_of_ocaml, js_of_ocaml-ppx, js_of_ocaml-lwt
|
||||
, nodejs, lwt_ppx
|
||||
}:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, cohttp-lwt
|
||||
{ buildDunePackage, cohttp-lwt
|
||||
, conduit-lwt-unix, conduit-lwt, ppx_sexp_conv
|
||||
, cmdliner, fmt, logs, magic-mime
|
||||
, ounit
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, cohttp, lwt, uri, ppx_sexp_conv, logs, sexplib0 }:
|
||||
{ buildDunePackage, cohttp, lwt, uri, ppx_sexp_conv, logs, sexplib0 }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "cohttp-lwt";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, cohttp }:
|
||||
{ buildDunePackage, cohttp }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "cohttp-top";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, async, async_ssl ? null, ppx_sexp_conv, ppx_here, uri, conduit
|
||||
{ buildDunePackage, async, async_ssl ? null, ppx_sexp_conv, ppx_here, uri, conduit
|
||||
, core, ipaddr, ipaddr-sexp, sexplib
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, cstruct, async_unix, async, core }:
|
||||
{ buildDunePackage, cstruct, async_unix, async, core }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "cstruct-async";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, ocamlPackages }:
|
||||
{ ocamlPackages }:
|
||||
|
||||
let inherit (ocamlPackages) buildDunePackage csv uutf; in
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, csv, lwt }:
|
||||
{ buildDunePackage, csv, lwt }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "csv-lwt";
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ stdenv, lib, buildDunePackage, fetchurl, ocaml
|
||||
, result, alcotest, cohttp-lwt-unix, odoc, curl, cacert
|
||||
, result, alcotest, cohttp-lwt-unix, curl, cacert
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
|
@ -9,8 +9,6 @@
|
||||
, hex
|
||||
, json-data-encoding
|
||||
, json-data-encoding-bson
|
||||
, alcotest
|
||||
, crowbar
|
||||
, ppx_expect
|
||||
}:
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
{ lib, buildDunePackage, dns, dns-client, lwt, mirage-clock, mirage-time
|
||||
, mirage-random, mirage-crypto-rng, mtime, randomconv
|
||||
, cstruct, fmt, logs, rresult, domain-name, ipaddr, alcotest
|
||||
, ca-certs, ca-certs-nss
|
||||
{ buildDunePackage, dns, dns-client, lwt
|
||||
, mirage-crypto-rng, mtime
|
||||
, ipaddr, alcotest
|
||||
, ca-certs
|
||||
, happy-eyeballs
|
||||
, tcpip
|
||||
, tls-lwt
|
||||
}:
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ lib, buildDunePackage, dns, dns-client, lwt, mirage-clock, mirage-time
|
||||
, mirage-random, mirage-crypto-rng, mtime, randomconv
|
||||
, cstruct, fmt, logs, rresult, domain-name, ipaddr, alcotest
|
||||
, ca-certs, ca-certs-nss
|
||||
{ buildDunePackage, dns, dns-client, lwt, mirage-clock, mirage-time
|
||||
, mirage-random
|
||||
, domain-name, ipaddr
|
||||
, ca-certs-nss
|
||||
, happy-eyeballs
|
||||
, tcpip
|
||||
, tls, tls-mirage
|
||||
|
@ -1,10 +1,6 @@
|
||||
{ lib, buildDunePackage, dns, lwt, mirage-clock, mirage-time
|
||||
, mirage-random, mirage-crypto-rng, mtime, randomconv
|
||||
, cstruct, fmt, logs, rresult, domain-name, ipaddr, alcotest
|
||||
, ca-certs, ca-certs-nss
|
||||
, happy-eyeballs
|
||||
, tcpip
|
||||
, tls, tls-mirage
|
||||
{ buildDunePackage, dns
|
||||
, mirage-crypto-rng, mtime, randomconv
|
||||
, domain-name, alcotest
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, dune_3, ordering }:
|
||||
{ buildDunePackage, dune_3, ordering }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "dyn";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitHub, ocaml, buildDunePackage
|
||||
{ lib, fetchFromGitHub, buildDunePackage
|
||||
, stdlib-shims
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitHub, ocaml, buildDunePackage
|
||||
{ lib, fetchFromGitHub, buildDunePackage
|
||||
, cmdliner, dap, fmt, iter, logs, lru, lwt_ppx, lwt_react, menhir, menhirLib, path_glob, ppx_deriving_yojson
|
||||
, ppx_optcomp
|
||||
, gitUpdater
|
||||
|
@ -5,7 +5,6 @@
|
||||
, bigstringaf
|
||||
, cstruct
|
||||
, domain-local-await
|
||||
, dune-configurator
|
||||
, fetchurl
|
||||
, fmt
|
||||
, hmap
|
||||
|
@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
, fetchurl
|
||||
, ocaml
|
||||
, angstrom
|
||||
, ipaddr
|
||||
, base64
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ buildDunePackage, lib, faraday, core_unix ? null, async }:
|
||||
{ buildDunePackage, faraday, core_unix ? null, async }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "faraday-async";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitHub, buildDunePackage, ocaml, alcotest, bigstringaf }:
|
||||
{ lib, fetchFromGitHub, buildDunePackage, alcotest, bigstringaf }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "faraday";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, ff-pbt, ff-sig, zarith, alcotest }:
|
||||
{ buildDunePackage, ff-pbt, ff-sig, zarith, alcotest }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "ff";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, zarith, ff-sig, alcotest }:
|
||||
{ buildDunePackage, zarith, ff-sig, alcotest }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "ff-pbt";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, callPackage
|
||||
{ buildDunePackage, callPackage
|
||||
, ffmpeg-base ? callPackage ./base.nix { }
|
||||
, ffmpeg-avutil
|
||||
, ffmpeg-avcodec
|
||||
|
@ -2,7 +2,6 @@
|
||||
, buildDunePackage
|
||||
, dyn
|
||||
, fetchurl
|
||||
, ocaml
|
||||
, ppx_expect
|
||||
, stdune
|
||||
}:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, fetchFromGitHub, buildDunePackage, ocaml
|
||||
{ lib, fetchFromGitHub, buildDunePackage
|
||||
, camlp-streams, cppo, cryptokit, ocurl, yojson
|
||||
, ounit2
|
||||
}:
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, git
|
||||
, mimic
|
||||
, mimic-happy-eyeballs
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, git
|
||||
, mimic
|
||||
, paf
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, github
|
||||
{ buildDunePackage, github
|
||||
, yojson, atdgen
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, github
|
||||
{ buildDunePackage, github
|
||||
, cohttp, cohttp-lwt-jsoo, js_of_ocaml-lwt
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, github
|
||||
{ buildDunePackage, github
|
||||
, cohttp, cohttp-lwt-unix, stringext, cmdliner, lwt
|
||||
}:
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
buildDunePackage,
|
||||
gitlab,
|
||||
cohttp,
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
buildDunePackage,
|
||||
gitlab,
|
||||
cmdliner,
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, gluten, eio }:
|
||||
{ buildDunePackage, gluten, eio }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "gluten-eio";
|
||||
|
@ -1,7 +1,5 @@
|
||||
{ buildDunePackage
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, ocaml
|
||||
, hpack
|
||||
, angstrom
|
||||
, faraday
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, hacl-star-raw, zarith, cppo, alcotest, secp256k1-internal, qcheck-core, cstruct }:
|
||||
{ buildDunePackage, hacl-star-raw, zarith, cppo, alcotest, secp256k1-internal, qcheck-core, cstruct }:
|
||||
|
||||
|
||||
buildDunePackage {
|
||||
|
@ -2,11 +2,9 @@
|
||||
, which
|
||||
, stdenv
|
||||
, fetchzip
|
||||
, opaline
|
||||
, cmake
|
||||
, ocaml
|
||||
, findlib
|
||||
, hacl-star
|
||||
, ctypes
|
||||
, cppo
|
||||
}:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, httpaf
|
||||
, faraday-lwt-unix
|
||||
, lwt
|
||||
|
@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, fetchurl
|
||||
, buildDunePackage
|
||||
, ocaml
|
||||
, decompress
|
||||
, stdlib-shims
|
||||
, alcotest
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, ipaddr, cstruct
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, ipaddr, ipaddr-cstruct, ounit2, ppx_sexp_conv
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, irmin, irmin-test, fmt, logs, lwt, alcotest }:
|
||||
{ buildDunePackage, irmin, irmin-test, fmt, logs, lwt, alcotest }:
|
||||
|
||||
buildDunePackage rec {
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, buildDunePackage
|
||||
, astring, digestif, fmt, jsonm, logs, ocaml_lwt, ocamlgraph, uri
|
||||
{ buildDunePackage
|
||||
, astring, digestif, fmt, jsonm, logs, ocamlgraph, uri
|
||||
, repr, ppx_irmin, bheap, uutf, mtime, lwt, optint
|
||||
, vector, hex, alcotest, qcheck-alcotest
|
||||
}:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, irmin, astring, logs, lwt
|
||||
{ buildDunePackage, irmin, astring, logs, lwt
|
||||
, alcotest, irmin-test, irmin-watcher
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, git, irmin, ppx_irmin, git-unix, irmin-watcher
|
||||
, digestif, cstruct, fmt, astring, fpath, logs, lwt, uri
|
||||
, cohttp-lwt-unix, mimic
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, cohttp-lwt, cohttp-lwt-unix, graphql-cohttp, graphql-lwt, irmin, git-unix
|
||||
{ buildDunePackage, cohttp-lwt, cohttp-lwt-unix, graphql-cohttp, graphql-lwt, irmin, git-unix
|
||||
, alcotest, alcotest-lwt, logs, yojson, cacert
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, index, ppx_irmin, irmin, optint, fmt, logs, lwt, mtime, cmdliner, checkseum, rusage
|
||||
, alcotest, alcotest-lwt, astring, irmin-test
|
||||
}:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, json-data-encoding, ocplib-endian, crowbar, alcotest }:
|
||||
{ buildDunePackage, json-data-encoding, ocplib-endian, crowbar, alcotest }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "json-data-encoding-bson";
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, buildDunePackage, fetchurl
|
||||
, bigarray-compat, fmt
|
||||
{ lib, buildDunePackage, fetchurl, fmt
|
||||
, alcotest, bigstringaf
|
||||
}:
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, dune-configurator
|
||||
, re
|
||||
, xmlplaylist
|
||||
}:
|
||||
|
@ -1,7 +1,6 @@
|
||||
{ stdenv
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, ncurses
|
||||
, makeWrapper
|
||||
, ocamlbuild
|
||||
, findlib
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, letsencrypt
|
||||
, letsencrypt-dns
|
||||
, cmdliner
|
||||
|
@ -10,7 +10,6 @@
|
||||
, mirage-crypto
|
||||
, mirage-crypto-ec
|
||||
, mirage-crypto-pk
|
||||
, mirage-crypto-rng
|
||||
, x509
|
||||
, yojson
|
||||
, ounit
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, letsencrypt
|
||||
, logs
|
||||
, fmt
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, linol, jsonrpc, lwt, yojson }:
|
||||
{ buildDunePackage, linol, jsonrpc, lwt, yojson }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "linol-lwt";
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ lib, fetchFromGitHub, libev, buildDunePackage
|
||||
, ocaml, cppo, dune-configurator, ocplib-endian
|
||||
, cppo, dune-configurator, ocplib-endian
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, fetchFromGitHub, cppo, lwt, react }:
|
||||
{ buildDunePackage, fetchFromGitHub, cppo, lwt, react }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "lwt_react";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, macaddr, cstruct
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, macaddr, ppx_sexp_conv, macaddr-cstruct, ounit2
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, fetchzip, buildDunePackage, ocaml
|
||||
{ lib, fetchzip, buildDunePackage
|
||||
, zarith, eqaf, bigarray-compat, hex, ff-sig, ff
|
||||
, alcotest, bisect_ppx
|
||||
}:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, fetchFromGitHub, dune-configurator, pkg-config, ogg, flac }:
|
||||
{ lib, buildDunePackage, fetchFromGitHub }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "metadata";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, metrics
|
||||
{ buildDunePackage, metrics
|
||||
, fmt, logs
|
||||
}:
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, mirage-clock
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ buildDunePackage, mirage-console, lwt, cstruct, cstruct-lwt }:
|
||||
{ buildDunePackage, mirage-console, cstruct, cstruct-lwt }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "mirage-console-unix";
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, ocaml
|
||||
, buildDunePackage
|
||||
, mirage-crypto
|
||||
, dune-configurator
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, mirage-crypto, mirage-crypto-rng
|
||||
, dune-configurator, async, logs
|
||||
}:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ buildDunePackage, mirage-flow, fmt, lwt, logs, cstruct, mirage-clock }:
|
||||
{ buildDunePackage, mirage-flow, lwt, logs, cstruct, mirage-clock }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "mirage-flow-combinators";
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, netchannel
|
||||
, ppx_sexp_conv
|
||||
, lwt
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, ocaml, alcotest
|
||||
{ buildDunePackage, ocaml, alcotest
|
||||
, functoria, mirage-runtime, bos
|
||||
, ipaddr, astring, logs, stdlib-shims
|
||||
}:
|
||||
|
@ -14,7 +14,6 @@
|
||||
, re
|
||||
, stdune
|
||||
, chrome-trace
|
||||
, dune_3
|
||||
, csexp
|
||||
, result
|
||||
, pp
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, pbrt
|
||||
, stdlib-shims
|
||||
}:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, buildTopkgPackage, cmdliner, odoc, b0 }:
|
||||
{ lib, fetchurl, buildTopkgPackage, cmdliner, odoc, b0 }:
|
||||
|
||||
buildTopkgPackage rec {
|
||||
pname = "odig";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, dune_3 }:
|
||||
{ buildDunePackage, dune_3 }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "ordering";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, ocaml, buildDunePackage, fetchurl, seq, stdlib-shims, ncurses }:
|
||||
{ lib, buildDunePackage, fetchurl, seq, stdlib-shims, ncurses }:
|
||||
|
||||
buildDunePackage rec {
|
||||
minimalOCamlVersion = "4.08";
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, paf
|
||||
, cohttp-lwt
|
||||
, domain-name
|
||||
|
@ -6,12 +6,9 @@
|
||||
, gluten-lwt-unix
|
||||
, lib
|
||||
, logs
|
||||
, lwt_ssl
|
||||
, magic-mime
|
||||
, mrmime
|
||||
, pecu
|
||||
, psq
|
||||
, ssl
|
||||
, uri
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, posix-base }:
|
||||
{ buildDunePackage, posix-base }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "posix-socket";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, posix-base }:
|
||||
{ buildDunePackage, posix-base }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "posix-types";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, ppx_deriving, ppxlib, repr, alcotest, hex }:
|
||||
{ buildDunePackage, ppx_deriving, ppxlib, repr, alcotest, hex }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "ppx_repr";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, resto, uri }:
|
||||
{ buildDunePackage, resto, uri }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "resto-acl";
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, resto
|
||||
, resto-directory
|
||||
, resto-acl
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib
|
||||
, buildDunePackage
|
||||
{ buildDunePackage
|
||||
, resto
|
||||
, resto-directory
|
||||
, resto-acl
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildDunePackage, resto, resto-json, lwt }:
|
||||
{ buildDunePackage, resto, lwt }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "resto-directory";
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user