Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Sep 10, 2024
1 parent 2b47157 commit 2b5fa7b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ install:
if ! [ -e _opam ]; then \
opam switch create . --empty ; \
fi
opam install . --deps-only --with-test --yes
opam install -y ocaml-lsp-server ocamlformat
opam install . --deps-only --working-dir --with-test --with-dev-setup --yes

update:
opam update
Expand Down
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@
re
uri
yaml
yojson))
yojson
(ocaml-lsp-server :with-dev-setup)
(ocamlformat :with-dev-setup)))
5 changes: 4 additions & 1 deletion osnap.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ depends: [
"uri"
"yaml"
"yojson"
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup}
"odoc" {with-doc}
]
build: [
Expand All @@ -46,7 +48,8 @@ dev-repo: "git+https://github.com/eWert-Online/OSnap.git"
pin-depends: [
[ "cdp.dev" "git+https://github.com/eWert-Online/reason-cdp.git#a0579cb4789b8ccf1cc4342b9885a46cf1549012"]
[ "eio-ssl.dev" "git+https://github.com/anmonteiro/eio-ssl.git#0.3.0"]
[ "httpun-ws.dev" "git+https://github.com/eWert-Online/httpun-ws.git#fec8721c4eb67ef0c9436677916473ab81a1ebbe"]
[ "httpun-ws.dev" "git+https://github.com/anmonteiro/httpun-ws.git"]
[ "httpun-ws-eio.dev" "git+https://github.com/anmonteiro/httpun-ws.git"]
[ "libspng.dev" "git+https://github.com/eWert-Online/esy-libspng.git#opam"]
[ "multipart_form.dev" "git+https://github.com/anmonteiro/multipart_form.git"]
[ "odiff-core.dev" "git+https://github.com/dmtrKovalenko/odiff.git#5a9a1976c553b6c57c32c4e9dcf185bbcdaf1fca"]
Expand Down
3 changes: 2 additions & 1 deletion osnap.opam.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pin-depends: [
[ "cdp.dev" "git+https://github.com/eWert-Online/reason-cdp.git#a0579cb4789b8ccf1cc4342b9885a46cf1549012"]
[ "eio-ssl.dev" "git+https://github.com/anmonteiro/eio-ssl.git#0.3.0"]
[ "httpun-ws.dev" "git+https://github.com/eWert-Online/httpun-ws.git#fec8721c4eb67ef0c9436677916473ab81a1ebbe"]
[ "httpun-ws.dev" "git+https://github.com/anmonteiro/httpun-ws.git"]
[ "httpun-ws-eio.dev" "git+https://github.com/anmonteiro/httpun-ws.git"]
[ "libspng.dev" "git+https://github.com/eWert-Online/esy-libspng.git#opam"]
[ "multipart_form.dev" "git+https://github.com/anmonteiro/multipart_form.git"]
[ "odiff-core.dev" "git+https://github.com/dmtrKovalenko/odiff.git#5a9a1976c553b6c57c32c4e9dcf185bbcdaf1fca"]
Expand Down

0 comments on commit 2b5fa7b

Please sign in to comment.