this repo has no description

Add some pins

+1
dune-project
···
zfs
cid
ppx_repr
)
(tags
("shell")))
···
zfs
cid
ppx_repr
+
irmin-fs
)
(tags
("shell")))
+7
shelter.opam
···
"zfs"
"cid"
"ppx_repr"
"odoc" {with-doc}
]
build: [
···
]
]
dev-repo: "git+https://github.com/username/reponame.git"
···
"zfs"
"cid"
"ppx_repr"
+
"irmin-fs"
"odoc" {with-doc}
]
build: [
···
]
]
dev-repo: "git+https://github.com/username/reponame.git"
+
pin-depends:[
+
[ "zfs.dev" "git+https://github.com/patricoferris/ocaml-zfs" ]
+
[ "void.dev" "git+https://github.com/quantifyearth/void" ]
+
[ "irmin.dev" "git+https://github.com/mirage/irmin#eio" ]
+
[ "irmin-fs.dev" "git+https://github.com/mirage/irmin#eio" ]
+
]
+6
shelter.opam.template
···
···
+
pin-depends:[
+
[ "zfs.dev" "git+https://github.com/patricoferris/ocaml-zfs" ]
+
[ "void.dev" "git+https://github.com/quantifyearth/void" ]
+
[ "irmin.dev" "git+https://github.com/mirage/irmin#eio" ]
+
[ "irmin-fs.dev" "git+https://github.com/mirage/irmin#eio" ]
+
]