update
This commit is contained in:
parent
b06a92c7de
commit
a39d735af4
25 changed files with 147 additions and 244 deletions
22
shell.nix
22
shell.nix
|
|
@ -3,39 +3,23 @@
|
|||
}) {}
|
||||
}:
|
||||
|
||||
let
|
||||
ocamlPackages = pkgs.ocaml-ng.ocamlPackages_5_4.overrideScope (self: super: {
|
||||
htmlit = ocamlPackages.buildTopkgPackage rec {
|
||||
pname = "htmlit";
|
||||
version = "0.2.0";
|
||||
|
||||
minimalOCamlVersion = "4.14.0";
|
||||
|
||||
src = pkgs.fetchzip {
|
||||
url = "https://erratique.ch/software/htmlit/releases/htmlit-${version}.tbz";
|
||||
hash = "sha256-vE6XY7INMCwQztZqKhJaxpNF0o5+NeutJM5XobshClE=";
|
||||
};
|
||||
};
|
||||
});
|
||||
in
|
||||
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with ocamlPackages; [
|
||||
nativeBuildInputs = with pkgs.ocamlPackages; [
|
||||
dune_3
|
||||
findlib
|
||||
merlin
|
||||
ocaml
|
||||
ocamlformat
|
||||
odoc
|
||||
ocp-browser
|
||||
];
|
||||
buildInputs = with ocamlPackages; [
|
||||
buildInputs = with pkgs.ocamlPackages; [
|
||||
httpcats
|
||||
js_of_ocaml-compiler
|
||||
miou
|
||||
ptime
|
||||
htmlit
|
||||
scfg
|
||||
tyxml
|
||||
uri
|
||||
uuidm
|
||||
directories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue