tangled
alpha
login
or
join now
ryan.freumh.org
/
merry
forked from
patrick.sirref.org/merry
0
fork
atom
Shells in OCaml
0
fork
atom
overview
issues
pulls
pipelines
Fix deps
Patrick Ferris
1 month ago
bd72cabf
75013db3
+4
-11
3 changed files
expand all
collapse all
unified
split
dune-project
merry.opam
msh.opam
+2
-8
dune-project
···
23
23
(depends
24
24
morbig
25
25
linenoise
26
26
+
re
27
27
+
terminal
26
28
(yojson
27
29
(>= 2.2.2))
28
30
(ppxlib
···
49
51
(description
50
52
"msh is a shell written completely in OCaml using the merry library")
51
53
(depends
52
52
-
(eio
53
53
-
(and
54
54
-
(>= 1.3)
55
55
-
:with-test))
56
56
-
(fmt
57
57
-
(>= 0.11.0))
58
54
(eio_posix
59
55
(>= 1.3))
60
60
-
(cmdliner
61
61
-
(>= 1.3.0))
62
56
merry))
+2
merry.opam
···
11
11
"dune" {>= "3.20"}
12
12
"morbig"
13
13
"linenoise"
14
14
+
"re"
15
15
+
"terminal"
14
16
"yojson" {>= "2.2.2"}
15
17
"ppxlib" {>= "0.37.0"}
16
18
"ppx_deriving_yojson" {>= "3.10.0"}
-3
msh.opam
···
9
9
doc: "https://url/to/documentation"
10
10
depends: [
11
11
"dune" {>= "3.20"}
12
12
-
"eio" {>= "1.3" & with-test}
13
13
-
"fmt" {>= "0.11.0"}
14
12
"eio_posix" {>= "1.3"}
15
15
-
"cmdliner" {>= "1.3.0"}
16
13
"merry"
17
14
"odoc" {with-doc}
18
15
]