refacto
This commit is contained in:
parent
2596733033
commit
305818ae4a
20 changed files with 649 additions and 757 deletions
|
|
@ -16,8 +16,8 @@ pin-deps:
|
|||
opam pin --no-action --yes add mhttp "git+https://github.com/robur-coop/mhttp.git#b2e55ae693b07ad3ef87c26c37c8f5d14c2e205c"
|
||||
opam pin --no-action --yes add vif "git+https://github.com/swrup/vif.git#1b16040ba06c6af82019f02811e781e81084d269"
|
||||
opam pin --no-action --yes add vifu "git+https://github.com/swrup/vif.git#1b16040ba06c6af82019f02811e781e81084d269"
|
||||
opam pin --no-action --yes "git+https://github.com/robur-coop/mfat.git#5b1204d914e853f0139c6d2776511f530b753550"
|
||||
opam pin --no-action --yes "git+https://github.com/swrup/mirage-mtime.git#6a6bb4dd25624a3c43e6417dcdf73f3c689946a7"
|
||||
opam pin --no-action --yes add mfat "git+https://github.com/robur-coop/mfat.git#5b1204d914e853f0139c6d2776511f530b753550"
|
||||
opam pin --no-action --yes add mirage-mtime "git+https://github.com/swrup/mirage-mtime.git#6a6bb4dd25624a3c43e6417dcdf73f3c689946a7"
|
||||
opam pin --no-action --yes add caqti "git+https://github.com/swrup/ocaml-caqti.git#186650581efd9d247ced982cdefd74256905e3b0"
|
||||
opam pin --no-action --yes add caqti-miou "git+https://github.com/swrup/ocaml-caqti.git#186650581efd9d247ced982cdefd74256905e3b0"
|
||||
opam pin --no-action --yes add caqti-mnet "git+https://github.com/swrup/ocaml-caqti.git#186650581efd9d247ced982cdefd74256905e3b0"
|
||||
|
|
@ -27,9 +27,12 @@ pin-deps:
|
|||
install-deps:
|
||||
# opam install --yes mcrunch
|
||||
opam install --yes dune utop merlin ocp-browser ocamlformat
|
||||
opam install --yes solo5 ocaml-solo5
|
||||
opam install --yes crunch
|
||||
opam install --yes mirage-mtime
|
||||
opam install --yes sqlite3 # needed for caqti even if not used
|
||||
opam install --yes caqti-driver-pgx
|
||||
opam install --yes caqti-mnet
|
||||
opam install --yes $(vendors_list)
|
||||
|
||||
.PHONY: vendors
|
||||
|
|
@ -45,7 +48,7 @@ clean:
|
|||
rm -rf vendors/
|
||||
|
||||
assets:
|
||||
@cp default/assets ./
|
||||
@cp -r default/assets ./
|
||||
|
||||
fat-image:
|
||||
@mkdir -p assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue