Shells in OCaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A shell"
4description:
5 "osh is a shell written completely in OCaml using the merry library"
6maintainer: ["Patrick Ferris <patrick@sirref.org>"]
7authors: ["Patrick Ferris <patrick@sirref.org>"]
8license: "LICENSE"
9doc: "https://url/to/documentation"
10depends: [
11 "dune" {>= "3.20"}
12 "merry"
13 "eio_main"
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "https://tangled.org/patrick.sirref.org/merry"
31x-maintenance-intent: ["(latest)"]