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
/
cstruct
/
async.nix
blob
1fe020f6490b67fd461cdddf0dd6281be857269c
1
{ lib, buildDunePackage, cstruct, async_unix, async, core }:
2
3
buildDunePackage rec {
4
pname = "cstruct-async";
5
inherit (cstruct) src version meta;
6
7
duneVersion = "3";
8
9
propagatedBuildInputs = [
10
async_unix
11
async
12
cstruct
13
core
14
];
15
}