mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
ocamlPackages.angstrom-async: init at 0.12.1
This commit is contained in:
parent
d3ff8e6359
commit
46eacf359b
19
pkgs/development/ocaml-modules/angstrom-async/default.nix
Normal file
19
pkgs/development/ocaml-modules/angstrom-async/default.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ stdenv, fetchFromGitHub, buildDunePackage, angstrom, async }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "angstrom-async";
|
||||
|
||||
inherit (angstrom) version src;
|
||||
|
||||
minimumOCamlVersion = "4.04.1";
|
||||
|
||||
propagatedBuildInputs = [ angstrom async ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
inherit (angstrom.meta) homepage license;
|
||||
description = "Async support for Angstrom";
|
||||
maintainers = with stdenv.lib.maintainers; [ romildo ];
|
||||
};
|
||||
}
|
@ -20,6 +20,8 @@ let
|
||||
|
||||
angstrom = callPackage ../development/ocaml-modules/angstrom { };
|
||||
|
||||
angstrom-async = callPackage ../development/ocaml-modules/angstrom-async { };
|
||||
|
||||
ansiterminal = callPackage ../development/ocaml-modules/ansiterminal { };
|
||||
|
||||
apron = callPackage ../development/ocaml-modules/apron { };
|
||||
|
Loading…
Reference in New Issue
Block a user