mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
ocamlPackages.ecaml: init at 0.12.0
This commit is contained in:
parent
53a7ae0185
commit
d1ee1bd06a
1 changed files with 7 additions and 0 deletions
|
@ -458,6 +458,13 @@ rec {
|
|||
propagatedBuildInputs = [ core_kernel ];
|
||||
};
|
||||
|
||||
ecaml = janePackage {
|
||||
pname = "ecaml";
|
||||
hash = "0n9xi6agc3lgyj2nsi10cbif0xwn57xyaranad9r285rmbxrgjh7";
|
||||
meta.description = "Library for writing Emacs plugin in OCaml";
|
||||
propagatedBuildInputs = [ async expect_test_helpers_kernel ];
|
||||
};
|
||||
|
||||
### Packages at version 0.11, with dependencies at version 0.12
|
||||
|
||||
configurator = janePackage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue