pkgs/development/ocaml-modules: remove unused arguments

This commit is contained in:
Sigmanificient 2024-07-16 03:40:28 +02:00
parent e563f19ad8
commit 3e1227a1af
116 changed files with 106 additions and 154 deletions

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, alcotest, logs, lwt, fmt { buildDunePackage, alcotest, logs, lwt, fmt
, re, cmdliner , re, cmdliner
}: }:

View File

@ -1,5 +1,4 @@
{ lib { fetchurl
, fetchurl
, buildDunePackage , buildDunePackage
, topkg , topkg
, findlib , findlib

View File

@ -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 , python3
}: }:

View File

@ -2,7 +2,7 @@
, ppx_sexp_conv , ppx_sexp_conv
, mirage-crypto, mirage-crypto-ec, mirage-crypto-rng, mirage-crypto-pk , mirage-crypto, mirage-crypto-ec, mirage-crypto-rng, mirage-crypto-pk
, x509, cstruct, cstruct-unix, cstruct-sexp, sexplib, eqaf-cstruct , x509, cstruct, cstruct-unix, cstruct-sexp, sexplib, eqaf-cstruct
, rresult, mtime, logs, fmt, cmdliner, base64 , mtime, logs, fmt, cmdliner, base64
, zarith , zarith
}: }:

View File

@ -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" , doCheck ? lib.versionAtLeast ocaml.version "4.08"
}: }:

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildDunePackage, ocaml, alcotest, bigarray-compat, pkg-config }: { lib, fetchFromGitHub, buildDunePackage, alcotest, pkg-config }:
buildDunePackage rec { buildDunePackage rec {
pname = "bigstringaf"; pname = "bigstringaf";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, async_kernel, async_unix, caqti, core_kernel }: { buildDunePackage, async_kernel, async_unix, caqti, core_kernel }:
buildDunePackage { buildDunePackage {
pname = "caqti-async"; pname = "caqti-async";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, caqti, mariadb }: { buildDunePackage, caqti, mariadb }:
buildDunePackage { buildDunePackage {
pname = "caqti-driver-mariadb"; pname = "caqti-driver-mariadb";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, caqti, postgresql }: { buildDunePackage, caqti, postgresql }:
buildDunePackage { buildDunePackage {
pname = "caqti-driver-postgresql"; pname = "caqti-driver-postgresql";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, caqti, ocaml_sqlite3, alcotest }: { buildDunePackage, caqti, ocaml_sqlite3, alcotest }:
buildDunePackage { buildDunePackage {
pname = "caqti-driver-sqlite3"; pname = "caqti-driver-sqlite3";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, caqti, findlib }: { buildDunePackage, caqti, findlib }:
buildDunePackage { buildDunePackage {
pname = "caqti-dynload"; pname = "caqti-dynload";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, caqti, logs, lwt }: { buildDunePackage, caqti, logs, lwt }:
buildDunePackage { buildDunePackage {
pname = "caqti-lwt"; pname = "caqti-lwt";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, calendar, caqti }: { buildDunePackage, calendar, caqti }:
buildDunePackage { buildDunePackage {
pname = "caqti-type-calendar"; pname = "caqti-type-calendar";

View File

@ -1,8 +1,6 @@
{ buildDunePackage, carton, carton-lwt { buildDunePackage, carton, carton-lwt
, bigstringaf, lwt, fpath, result , bigstringaf, lwt, fpath, result
, fmt, decompress, astring , fmt, decompress, astring
, alcotest, alcotest-lwt, cstruct, logs
, mirage-flow, rresult, ke
}: }:
buildDunePackage { buildDunePackage {

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, result }: { lib, stdenv, fetchurl, ocaml }:
assert (lib.versionAtLeast ocaml.version "4.03"); assert (lib.versionAtLeast ocaml.version "4.03");

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, result }: { lib, stdenv, fetchurl, ocaml }:
lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08") lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08")
"cmdliner 1.1 is not available for OCaml ${ocaml.version}" "cmdliner 1.1 is not available for OCaml ${ocaml.version}"

View File

@ -1,5 +1,4 @@
{ lib { buildDunePackage
, buildDunePackage
, ppx_sexp_conv , ppx_sexp_conv
, base , base
, async , async

View File

@ -1,6 +1,6 @@
{ lib, fetchurl, buildDunePackage { lib, fetchurl, buildDunePackage
, ppx_sexp_conv, base64, jsonm, re, stringext, uri-sexp , ppx_sexp_conv, base64, jsonm, re, stringext, uri-sexp
, ocaml, fmt, alcotest , fmt, alcotest
, crowbar , crowbar
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, cohttp, cohttp-lwt, logs, lwt, js_of_ocaml, js_of_ocaml-ppx, js_of_ocaml-lwt , cohttp, cohttp-lwt, logs, lwt, js_of_ocaml, js_of_ocaml-ppx, js_of_ocaml-lwt
, nodejs, lwt_ppx , nodejs, lwt_ppx
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, cohttp-lwt { buildDunePackage, cohttp-lwt
, conduit-lwt-unix, conduit-lwt, ppx_sexp_conv , conduit-lwt-unix, conduit-lwt, ppx_sexp_conv
, cmdliner, fmt, logs, magic-mime , cmdliner, fmt, logs, magic-mime
, ounit , ounit

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, cohttp, lwt, uri, ppx_sexp_conv, logs, sexplib0 }: { buildDunePackage, cohttp, lwt, uri, ppx_sexp_conv, logs, sexplib0 }:
buildDunePackage { buildDunePackage {
pname = "cohttp-lwt"; pname = "cohttp-lwt";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, cohttp }: { buildDunePackage, cohttp }:
buildDunePackage { buildDunePackage {
pname = "cohttp-top"; pname = "cohttp-top";

View File

@ -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 , core, ipaddr, ipaddr-sexp, sexplib
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, cstruct, async_unix, async, core }: { buildDunePackage, cstruct, async_unix, async, core }:
buildDunePackage rec { buildDunePackage rec {
pname = "cstruct-async"; pname = "cstruct-async";

View File

@ -1,4 +1,4 @@
{ lib, ocamlPackages }: { ocamlPackages }:
let inherit (ocamlPackages) buildDunePackage csv uutf; in let inherit (ocamlPackages) buildDunePackage csv uutf; in

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, csv, lwt }: { buildDunePackage, csv, lwt }:
buildDunePackage { buildDunePackage {
pname = "csv-lwt"; pname = "csv-lwt";

View File

@ -1,5 +1,5 @@
{ stdenv, lib, buildDunePackage, fetchurl, ocaml { stdenv, lib, buildDunePackage, fetchurl, ocaml
, result, alcotest, cohttp-lwt-unix, odoc, curl, cacert , result, alcotest, cohttp-lwt-unix, curl, cacert
}: }:
buildDunePackage rec { buildDunePackage rec {

View File

@ -9,8 +9,6 @@
, hex , hex
, json-data-encoding , json-data-encoding
, json-data-encoding-bson , json-data-encoding-bson
, alcotest
, crowbar
, ppx_expect , ppx_expect
}: }:

View File

@ -1,9 +1,8 @@
{ lib, buildDunePackage, dns, dns-client, lwt, mirage-clock, mirage-time { buildDunePackage, dns, dns-client, lwt
, mirage-random, mirage-crypto-rng, mtime, randomconv , mirage-crypto-rng, mtime
, cstruct, fmt, logs, rresult, domain-name, ipaddr, alcotest , ipaddr, alcotest
, ca-certs, ca-certs-nss , ca-certs
, happy-eyeballs , happy-eyeballs
, tcpip
, tls-lwt , tls-lwt
}: }:

View File

@ -1,7 +1,7 @@
{ lib, buildDunePackage, dns, dns-client, lwt, mirage-clock, mirage-time { buildDunePackage, dns, dns-client, lwt, mirage-clock, mirage-time
, mirage-random, mirage-crypto-rng, mtime, randomconv , mirage-random
, cstruct, fmt, logs, rresult, domain-name, ipaddr, alcotest , domain-name, ipaddr
, ca-certs, ca-certs-nss , ca-certs-nss
, happy-eyeballs , happy-eyeballs
, tcpip , tcpip
, tls, tls-mirage , tls, tls-mirage

View File

@ -1,10 +1,6 @@
{ lib, buildDunePackage, dns, lwt, mirage-clock, mirage-time { buildDunePackage, dns
, mirage-random, mirage-crypto-rng, mtime, randomconv , mirage-crypto-rng, mtime, randomconv
, cstruct, fmt, logs, rresult, domain-name, ipaddr, alcotest , domain-name, alcotest
, ca-certs, ca-certs-nss
, happy-eyeballs
, tcpip
, tls, tls-mirage
}: }:
buildDunePackage { buildDunePackage {

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, dune_3, ordering }: { buildDunePackage, dune_3, ordering }:
buildDunePackage { buildDunePackage {
pname = "dyn"; pname = "dyn";

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, ocaml, buildDunePackage { lib, fetchFromGitHub, buildDunePackage
, stdlib-shims , stdlib-shims
}: }:

View File

@ -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 , cmdliner, dap, fmt, iter, logs, lru, lwt_ppx, lwt_react, menhir, menhirLib, path_glob, ppx_deriving_yojson
, ppx_optcomp , ppx_optcomp
, gitUpdater , gitUpdater

View File

@ -5,7 +5,6 @@
, bigstringaf , bigstringaf
, cstruct , cstruct
, domain-local-await , domain-local-await
, dune-configurator
, fetchurl , fetchurl
, fmt , fmt
, hmap , hmap

View File

@ -1,7 +1,6 @@
{ lib { lib
, buildDunePackage , buildDunePackage
, fetchurl , fetchurl
, ocaml
, angstrom , angstrom
, ipaddr , ipaddr
, base64 , base64

View File

@ -1,4 +1,4 @@
{ buildDunePackage, lib, faraday, core_unix ? null, async }: { buildDunePackage, faraday, core_unix ? null, async }:
buildDunePackage rec { buildDunePackage rec {
pname = "faraday-async"; pname = "faraday-async";

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildDunePackage, ocaml, alcotest, bigstringaf }: { lib, fetchFromGitHub, buildDunePackage, alcotest, bigstringaf }:
buildDunePackage rec { buildDunePackage rec {
pname = "faraday"; pname = "faraday";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, ff-pbt, ff-sig, zarith, alcotest }: { buildDunePackage, ff-pbt, ff-sig, zarith, alcotest }:
buildDunePackage rec { buildDunePackage rec {
pname = "ff"; pname = "ff";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, zarith, ff-sig, alcotest }: { buildDunePackage, zarith, ff-sig, alcotest }:
buildDunePackage { buildDunePackage {
pname = "ff-pbt"; pname = "ff-pbt";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, callPackage { buildDunePackage, callPackage
, ffmpeg-base ? callPackage ./base.nix { } , ffmpeg-base ? callPackage ./base.nix { }
, ffmpeg-avutil , ffmpeg-avutil
, ffmpeg-avcodec , ffmpeg-avcodec

View File

@ -2,7 +2,6 @@
, buildDunePackage , buildDunePackage
, dyn , dyn
, fetchurl , fetchurl
, ocaml
, ppx_expect , ppx_expect
, stdune , stdune
}: }:

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildDunePackage, ocaml { lib, fetchFromGitHub, buildDunePackage
, camlp-streams, cppo, cryptokit, ocurl, yojson , camlp-streams, cppo, cryptokit, ocurl, yojson
, ounit2 , ounit2
}: }:

View File

@ -1,5 +1,4 @@
{ lib { buildDunePackage
, buildDunePackage
, git , git
, mimic , mimic
, mimic-happy-eyeballs , mimic-happy-eyeballs

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, git , git
, mimic , mimic
, paf , paf

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, github { buildDunePackage, github
, yojson, atdgen , yojson, atdgen
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, github { buildDunePackage, github
, cohttp, cohttp-lwt-jsoo, js_of_ocaml-lwt , cohttp, cohttp-lwt-jsoo, js_of_ocaml-lwt
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, github { buildDunePackage, github
, cohttp, cohttp-lwt-unix, stringext, cmdliner, lwt , cohttp, cohttp-lwt-unix, stringext, cmdliner, lwt
}: }:

View File

@ -1,5 +1,4 @@
{ {
lib,
buildDunePackage, buildDunePackage,
gitlab, gitlab,
cohttp, cohttp,

View File

@ -1,5 +1,4 @@
{ {
lib,
buildDunePackage, buildDunePackage,
gitlab, gitlab,
cmdliner, cmdliner,

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, gluten, eio }: { buildDunePackage, gluten, eio }:
buildDunePackage { buildDunePackage {
pname = "gluten-eio"; pname = "gluten-eio";

View File

@ -1,7 +1,5 @@
{ buildDunePackage { buildDunePackage
, lib
, fetchFromGitHub , fetchFromGitHub
, ocaml
, hpack , hpack
, angstrom , angstrom
, faraday , faraday

View File

@ -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 { buildDunePackage {

View File

@ -2,11 +2,9 @@
, which , which
, stdenv , stdenv
, fetchzip , fetchzip
, opaline
, cmake , cmake
, ocaml , ocaml
, findlib , findlib
, hacl-star
, ctypes , ctypes
, cppo , cppo
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, httpaf , httpaf
, faraday-lwt-unix , faraday-lwt-unix
, lwt , lwt

View File

@ -1,7 +1,6 @@
{ lib { lib
, fetchurl , fetchurl
, buildDunePackage , buildDunePackage
, ocaml
, decompress , decompress
, stdlib-shims , stdlib-shims
, alcotest , alcotest

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, ipaddr, cstruct , ipaddr, cstruct
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, ipaddr, ipaddr-cstruct, ounit2, ppx_sexp_conv , ipaddr, ipaddr-cstruct, ounit2, ppx_sexp_conv
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, irmin, irmin-test, fmt, logs, lwt, alcotest }: { buildDunePackage, irmin, irmin-test, fmt, logs, lwt, alcotest }:
buildDunePackage rec { buildDunePackage rec {

View File

@ -1,5 +1,5 @@
{ lib, buildDunePackage { buildDunePackage
, astring, digestif, fmt, jsonm, logs, ocaml_lwt, ocamlgraph, uri , astring, digestif, fmt, jsonm, logs, ocamlgraph, uri
, repr, ppx_irmin, bheap, uutf, mtime, lwt, optint , repr, ppx_irmin, bheap, uutf, mtime, lwt, optint
, vector, hex, alcotest, qcheck-alcotest , vector, hex, alcotest, qcheck-alcotest
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, irmin, astring, logs, lwt { buildDunePackage, irmin, astring, logs, lwt
, alcotest, irmin-test, irmin-watcher , alcotest, irmin-test, irmin-watcher
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, git, irmin, ppx_irmin, git-unix, irmin-watcher , git, irmin, ppx_irmin, git-unix, irmin-watcher
, digestif, cstruct, fmt, astring, fpath, logs, lwt, uri , digestif, cstruct, fmt, astring, fpath, logs, lwt, uri
, cohttp-lwt-unix, mimic , cohttp-lwt-unix, mimic

View File

@ -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 , alcotest, alcotest-lwt, logs, yojson, cacert
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, index, ppx_irmin, irmin, optint, fmt, logs, lwt, mtime, cmdliner, checkseum, rusage , index, ppx_irmin, irmin, optint, fmt, logs, lwt, mtime, cmdliner, checkseum, rusage
, alcotest, alcotest-lwt, astring, irmin-test , alcotest, alcotest-lwt, astring, irmin-test
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, json-data-encoding, ocplib-endian, crowbar, alcotest }: { buildDunePackage, json-data-encoding, ocplib-endian, crowbar, alcotest }:
buildDunePackage { buildDunePackage {
pname = "json-data-encoding-bson"; pname = "json-data-encoding-bson";

View File

@ -1,5 +1,4 @@
{ lib, buildDunePackage, fetchurl { lib, buildDunePackage, fetchurl, fmt
, bigarray-compat, fmt
, alcotest, bigstringaf , alcotest, bigstringaf
}: }:

View File

@ -1,8 +1,6 @@
{ lib { lib
, buildDunePackage , buildDunePackage
, fetchFromGitHub , fetchFromGitHub
, pkg-config
, dune-configurator
, re , re
, xmlplaylist , xmlplaylist
}: }:

View File

@ -1,7 +1,6 @@
{ stdenv { stdenv
, fetchFromGitHub , fetchFromGitHub
, lib , lib
, ncurses
, makeWrapper , makeWrapper
, ocamlbuild , ocamlbuild
, findlib , findlib

View File

@ -1,5 +1,4 @@
{ lib { buildDunePackage
, buildDunePackage
, letsencrypt , letsencrypt
, letsencrypt-dns , letsencrypt-dns
, cmdliner , cmdliner

View File

@ -10,7 +10,6 @@
, mirage-crypto , mirage-crypto
, mirage-crypto-ec , mirage-crypto-ec
, mirage-crypto-pk , mirage-crypto-pk
, mirage-crypto-rng
, x509 , x509
, yojson , yojson
, ounit , ounit

View File

@ -1,5 +1,4 @@
{ lib { buildDunePackage
, buildDunePackage
, letsencrypt , letsencrypt
, logs , logs
, fmt , fmt

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, linol, jsonrpc, lwt, yojson }: { buildDunePackage, linol, jsonrpc, lwt, yojson }:
buildDunePackage { buildDunePackage {
pname = "linol-lwt"; pname = "linol-lwt";

View File

@ -1,5 +1,5 @@
{ lib, fetchFromGitHub, libev, buildDunePackage { lib, fetchFromGitHub, libev, buildDunePackage
, ocaml, cppo, dune-configurator, ocplib-endian , cppo, dune-configurator, ocplib-endian
}: }:
buildDunePackage rec { buildDunePackage rec {

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, fetchFromGitHub, cppo, lwt, react }: { buildDunePackage, fetchFromGitHub, cppo, lwt, react }:
buildDunePackage { buildDunePackage {
pname = "lwt_react"; pname = "lwt_react";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, macaddr, cstruct , macaddr, cstruct
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, macaddr, ppx_sexp_conv, macaddr-cstruct, ounit2 , macaddr, ppx_sexp_conv, macaddr-cstruct, ounit2
}: }:

View File

@ -1,4 +1,4 @@
{ lib, fetchzip, buildDunePackage, ocaml { lib, fetchzip, buildDunePackage
, zarith, eqaf, bigarray-compat, hex, ff-sig, ff , zarith, eqaf, bigarray-compat, hex, ff-sig, ff
, alcotest, bisect_ppx , alcotest, bisect_ppx
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, fetchFromGitHub, dune-configurator, pkg-config, ogg, flac }: { lib, buildDunePackage, fetchFromGitHub }:
buildDunePackage rec { buildDunePackage rec {
pname = "metadata"; pname = "metadata";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, metrics { buildDunePackage, metrics
, fmt, logs , fmt, logs
}: }:

View File

@ -1,5 +1,4 @@
{ lib { buildDunePackage
, buildDunePackage
, mirage-clock , mirage-clock
}: }:

View File

@ -1,4 +1,4 @@
{ buildDunePackage, mirage-console, lwt, cstruct, cstruct-lwt }: { buildDunePackage, mirage-console, cstruct, cstruct-lwt }:
buildDunePackage { buildDunePackage {
pname = "mirage-console-unix"; pname = "mirage-console-unix";

View File

@ -1,5 +1,4 @@
{ lib { lib
, ocaml
, buildDunePackage , buildDunePackage
, mirage-crypto , mirage-crypto
, dune-configurator , dune-configurator

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, mirage-crypto, mirage-crypto-rng , mirage-crypto, mirage-crypto-rng
, dune-configurator, async, logs , dune-configurator, async, logs
}: }:

View File

@ -1,4 +1,4 @@
{ buildDunePackage, mirage-flow, fmt, lwt, logs, cstruct, mirage-clock }: { buildDunePackage, mirage-flow, lwt, logs, cstruct, mirage-clock }:
buildDunePackage { buildDunePackage {
pname = "mirage-flow-combinators"; pname = "mirage-flow-combinators";

View File

@ -1,5 +1,4 @@
{ lib { buildDunePackage
, buildDunePackage
, netchannel , netchannel
, ppx_sexp_conv , ppx_sexp_conv
, lwt , lwt

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, ocaml, alcotest { buildDunePackage, ocaml, alcotest
, functoria, mirage-runtime, bos , functoria, mirage-runtime, bos
, ipaddr, astring, logs, stdlib-shims , ipaddr, astring, logs, stdlib-shims
}: }:

View File

@ -14,7 +14,6 @@
, re , re
, stdune , stdune
, chrome-trace , chrome-trace
, dune_3
, csexp , csexp
, result , result
, pp , pp

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage { buildDunePackage
, pbrt , pbrt
, stdlib-shims , stdlib-shims
}: }:

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, buildTopkgPackage, cmdliner, odoc, b0 }: { lib, fetchurl, buildTopkgPackage, cmdliner, odoc, b0 }:
buildTopkgPackage rec { buildTopkgPackage rec {
pname = "odig"; pname = "odig";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, dune_3 }: { buildDunePackage, dune_3 }:
buildDunePackage { buildDunePackage {
pname = "ordering"; pname = "ordering";

View File

@ -1,4 +1,4 @@
{ lib, ocaml, buildDunePackage, fetchurl, seq, stdlib-shims, ncurses }: { lib, buildDunePackage, fetchurl, seq, stdlib-shims, ncurses }:
buildDunePackage rec { buildDunePackage rec {
minimalOCamlVersion = "4.08"; minimalOCamlVersion = "4.08";

View File

@ -1,5 +1,4 @@
{ lib { buildDunePackage
, buildDunePackage
, paf , paf
, cohttp-lwt , cohttp-lwt
, domain-name , domain-name

View File

@ -6,12 +6,9 @@
, gluten-lwt-unix , gluten-lwt-unix
, lib , lib
, logs , logs
, lwt_ssl
, magic-mime , magic-mime
, mrmime , mrmime
, pecu
, psq , psq
, ssl
, uri , uri
}: }:

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, posix-base }: { buildDunePackage, posix-base }:
buildDunePackage { buildDunePackage {
pname = "posix-socket"; pname = "posix-socket";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, posix-base }: { buildDunePackage, posix-base }:
buildDunePackage { buildDunePackage {
pname = "posix-types"; pname = "posix-types";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, ppx_deriving, ppxlib, repr, alcotest, hex }: { buildDunePackage, ppx_deriving, ppxlib, repr, alcotest, hex }:
buildDunePackage { buildDunePackage {
pname = "ppx_repr"; pname = "ppx_repr";

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, resto, uri }: { buildDunePackage, resto, uri }:
buildDunePackage { buildDunePackage {
pname = "resto-acl"; pname = "resto-acl";

View File

@ -1,5 +1,4 @@
{ lib { buildDunePackage
, buildDunePackage
, resto , resto
, resto-directory , resto-directory
, resto-acl , resto-acl

View File

@ -1,5 +1,4 @@
{ lib { buildDunePackage
, buildDunePackage
, resto , resto
, resto-directory , resto-directory
, resto-acl , resto-acl

View File

@ -1,4 +1,4 @@
{ lib, buildDunePackage, resto, resto-json, lwt }: { buildDunePackage, resto, lwt }:
buildDunePackage { buildDunePackage {
pname = "resto-directory"; pname = "resto-directory";

Some files were not shown because too many files have changed in this diff Show More