repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
faraday
/
lwt-unix.nix
blob
1919de47169d63001d580554ed1ecd2cdce0faef
1
{ buildDunePackage, faraday, faraday-lwt, lwt }:
2
3
buildDunePackage rec {
4
pname = "faraday-lwt-unix";
5
inherit (faraday) version src;
6
duneVersion = "3";
7
8
propagatedBuildInputs = [ lwt faraday-lwt ];
9
10
meta = faraday.meta // {
11
description = "Lwt + Unix support for Faraday";
12
};
13
}