-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
40 lines (31 loc) · 737 Bytes
/
dune-project
File metadata and controls
40 lines (31 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
(lang dune 3.20)
(name ns)
(version 0.4.3)
(generate_opam_files true)
(source
(github eureka-cpu/ns))
(authors "eureka-cpu <github.eureka@gmail.com>")
(maintainers "eureka-cpu <github.eureka@gmail.com>")
(license MIT)
(package
(name ns)
(synopsis "A unified interface for nix shell.")
(description
"An intuitive nix shell interface that unifies the `nix shell`, `nix develop` and `nix-shell` commands.")
(depends
ocaml
(cmdliner
(>= 2.1.0))
(bos
(>= 0.2.1))
(dune-build-info
(>= 3.20.2)))
(tags
("nix"
"nix shell"
"nix develop"
"devshell"
"nix-shell"
"flakes"
"nix-command")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html