Skip to content

Commit

Permalink
chore: remove unused dependencies from the opam file (#690)
Browse files Browse the repository at this point in the history
* chore: remove unused dependencies from the opam file

* rm base64 from nix file
  • Loading branch information
anmonteiro authored Aug 12, 2023
1 parent bf46a13 commit a662d96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,13 @@
(>= "5.1"))
(cmdliner
(>= "1.1.0"))
(base64
(>= "3.1.0"))
dune-build-info
(cppo :build)
(ounit :with-test)
(reason
(and
:with-test
(>= "3.9.0")))
(js_of_ocaml :with-test)
(ppxlib
(>= "0.24.0"))
(menhir
Expand Down
2 changes: 0 additions & 2 deletions melange.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ depends: [
"dune" {>= "3.8"}
"ocaml" {>= "5.1"}
"cmdliner" {>= "1.1.0"}
"base64" {>= "3.1.0"}
"dune-build-info"
"cppo" {build}
"ounit" {with-test}
"reason" {with-test & >= "3.9.0"}
"js_of_ocaml" {with-test}
"ppxlib" {>= "0.24.0"}
"menhir" {>= "20201214"}
"reactjs-jsx-ppx" {with-test}
Expand Down
1 change: 0 additions & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ buildDunePackage {
nativeBuildInputs = [ menhir cppo git makeWrapper ];
propagatedBuildInputs = [
dune-build-info
base64
cmdliner
ppxlib
menhirLib
Expand Down

0 comments on commit a662d96

Please sign in to comment.