ocamlPackages.delimited_parsing: init at 0.13
This commit is contained in:
parent
d240c4e1d1
commit
30ea1f1288
1 changed files with 7 additions and 0 deletions
|
@ -557,6 +557,13 @@ rec {
|
|||
meta.description = "Core-flavoured wrapper around zarith's arbitrary-precision rationals";
|
||||
};
|
||||
|
||||
delimited_parsing = janePackage {
|
||||
pname = "delimited_parsing";
|
||||
hash = "0siz746q28241wk0sv435lfvvips7sl151z5a1sbqanr3lm4s17w";
|
||||
propagatedBuildInputs = [ async core_extended ];
|
||||
meta.description = "Parsing of character (e.g., comma) separated and fixed-width values";
|
||||
};
|
||||
|
||||
### Packages at version 0.11, with dependencies at version 0.12
|
||||
|
||||
configurator = janePackage {
|
||||
|
|
Loading…
Reference in a new issue