Skip to content

Commit

Permalink
chore: don't install unnecessary libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Apr 1, 2024
1 parent debfc95 commit 6b2541b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
5 changes: 0 additions & 5 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
ppx_deriving.enum
ppx_deriving.make
ppx_deriving.show
ppx_deriving_yaml
ppx_yojson_conv
ppx_sqlx))
(libraries
Expand All @@ -31,7 +30,6 @@
cstruct
eio
eio_main
fpath
jingoo
lambdasoup
lwt
Expand All @@ -42,15 +40,12 @@
pcre
postgresql
ptime
result
safepass
sqlx
uri
uuidm
webpush
xml-light
yaml
yaml.unix
yojson
yume)
(flags :standard -warn-error -33))
Expand Down
14 changes: 3 additions & 11 deletions waq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ bug-reports: "https://github.com/ushitora-anqou/waq/issues"
depends: [
"alcotest" {with-test}
"alcotest-lwt" {with-test}
"merlin" {with-dev-setup}
"ocamlformat" {= "0.25.1" & with-dev-setup}
"base64"
"blurhash"
"camlimages"
Expand All @@ -22,40 +20,34 @@ depends: [
"cohttp-eio"
"cppo"
"cstruct"
"dune" {>= "3.7"}
"eio"
"eio-ssl"
"eio_main"
"dune" {>= "3.7"}
"fpath"
"jingoo"
"lambdasoup"
"lwt"
"lwt_eio"
"lwt_ppx"
"lwt_ssl"
"mirage-crypto-rng"
"mirage-crypto-rng-eio"
"multipart_form"
"multipart_form-eio"
"ocaml" {>= "5.1.0"}
"ocamlformat" {= "0.25.1" & with-dev-setup}
"odoc" {with-doc}
"pcre"
"postgresql"
"ppx_deriving_yaml"
"ppx_yojson_conv" {= "v0.15.1"}
"ptime"
"re"
"result"
"safepass"
"sha"
"tls-eio"
"uri"
"uuidm"
"websocket"
"x509"
"xml-light"
"yaml"
"yojson"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 6b2541b

Please sign in to comment.