1(lang dune 3.17)
2
3(name shelter)
4
5(generate_opam_files true)
6
7(source
8 (github username/reponame))
9
10(authors "Patrick Ferris <patrick@sirref.org>")
11
12(maintainers "Patrick Ferris <patrick@sirref.org>")
13
14(license ISC)
15
16
17(package
18 (name shelter)
19 (synopsis "Shelter from the Storm")
20 (description "A shell session shim to help you explore!")
21 (depends
22 ocaml
23 eio_posix
24 void
25 zfs
26 cid
27 ppx_repr
28 irmin-git
29 morbig
30 ppx_blob
31 cmdliner
32 )
33 (tags
34 ("shell")))
35