Shells in OCaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A shell library"
4description: "A library for writing shells"
5maintainer: ["Patrick Ferris <patrick@sirref.org>"]
6authors: ["Patrick Ferris <patrick@sirref.org>"]
7license: "ISC"
8tags: ["add topics" "to describe" "your" "project"]
9doc: "https://url/to/documentation"
10depends: [
11 "dune" {>= "3.20"}
12 "morbig"
13 "linenoise"
14 "yojson" {>= "2.2.2"}
15 "ppxlib" {>= "0.37.0"}
16 "ppx_deriving_yojson" {>= "3.10.0"}
17 "globlon" {>= "0"}
18 "fpath" {>= "0.7.3"}
19 "eio_posix" {= "dev"}
20 "eio" {= "dev"}
21 "cmdliner" {>= "1.3.0"}
22 "ocaml"
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://tangled.org/patrick.sirref.org/merry"
40x-maintenance-intent: ["(latest)"]
41pin-depends:[
42 [ "eio.dev" "git+https://github.com/ocaml-multicore/eio#c44ee5ce96c120b7ccc23a12d241dc8672e2888f" ]
43 [ "eio_posix.dev" "git+https://github.com/ocaml-multicore/eio#c44ee5ce96c120b7ccc23a12d241dc8672e2888f" ]
44]