this repo has no description
at fix-build 625 B view raw
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 (< "5.3.0~~")) ; for the irmin pin only 23 (ctypes (< "0.23.0")) ; for a const ptr mismatch with zfs from https://github.com/yallop/ocaml-ctypes/pull/782 24 eio_posix 25 zfs 26 cid 27 ppx_repr 28 irmin-git 29 morbig 30 ppx_blob 31 cmdliner 32 ) 33 (tags 34 ("shell"))) 35