first release
This commit is contained in:
commit
3393f1ecfe
16 changed files with 615 additions and 0 deletions
18
nix/default.nix
Normal file
18
nix/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
ocamlPackages,
|
||||
ocaml-deps,
|
||||
nh,
|
||||
nix,
|
||||
...
|
||||
}:
|
||||
ocamlPackages.buildDunePackage {
|
||||
pname = "meat";
|
||||
version = "delicious-0.1";
|
||||
|
||||
minimalOCamlVersion = "5.2";
|
||||
|
||||
src = ./..;
|
||||
buildInputs = ocaml-deps;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue