mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
ocamlPackages.mparser-re: init at 1.3 (#495950)
This commit is contained in:
commit
d30ac9c902
2 changed files with 21 additions and 0 deletions
19
pkgs/development/ocaml-modules/mparser/re.nix
Normal file
19
pkgs/development/ocaml-modules/mparser/re.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
buildDunePackage,
|
||||
mparser,
|
||||
re,
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "mparser-re";
|
||||
inherit (mparser) src version;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
mparser
|
||||
re
|
||||
];
|
||||
|
||||
meta = mparser.meta // {
|
||||
description = "MParser plugin: RE-based regular expressions";
|
||||
};
|
||||
}
|
||||
|
|
@ -1373,6 +1373,8 @@ let
|
|||
|
||||
mparser-pcre = callPackage ../development/ocaml-modules/mparser/pcre.nix { };
|
||||
|
||||
mparser-re = callPackage ../development/ocaml-modules/mparser/re.nix { };
|
||||
|
||||
msgpck = callPackage ../development/ocaml-modules/msgpck { };
|
||||
|
||||
mrmime = callPackage ../development/ocaml-modules/mrmime { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue