Shells in OCaml
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lower-bound ocaml

+3 -3
+2 -2
dune-project
··· 21 21 (synopsis "A shell library") 22 22 (description "A library for writing shells") 23 23 (depends 24 + (ocaml (>= 5.4.0)) 24 25 linenoise 25 26 visitors 26 27 re ··· 44 45 (= 1.3)) 45 46 (cmdliner 46 47 (>= 1.3.0)) 47 - (alcotest :with-test) 48 - ocaml) 48 + (alcotest :with-test)) 49 49 (tags 50 50 ("add topics" "to describe" your project)))
+1 -1
merry.opam
··· 9 9 doc: "https://url/to/documentation" 10 10 depends: [ 11 11 "dune" {>= "3.20"} 12 + "ocaml" {>= "5.4.0"} 12 13 "linenoise" 13 14 "visitors" 14 15 "re" ··· 25 26 "eio" {= "1.3"} 26 27 "cmdliner" {>= "1.3.0"} 27 28 "alcotest" {with-test} 28 - "ocaml" 29 29 "odoc" {with-doc} 30 30 ] 31 31 build: [