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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
caqti
/
async.nix
blob
1486947707772c8b3ef828c4a4b4b8d59a2b7841
1
{ lib, buildDunePackage, async_kernel, async_unix, caqti, core_kernel }:
2
3
buildDunePackage {
4
pname = "caqti-async";
5
inherit (caqti) version src;
6
7
propagatedBuildInputs = [ async_kernel async_unix caqti core_kernel ];
8
9
meta = caqti.meta // { description = "Async support for Caqti"; };
10
}