Skip to content

Commit

Permalink
new file: scripts/install_deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
UnixJunkie committed Aug 29, 2023
1 parent ef4919f commit bdcca52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/install_deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# if you want to 'make clean && make && make test' batteries under
# a freshly created ocaml compiler switch, this script will install
# all the required dependencies

opam install benchmark camlp-streams dune num ounit qtest

0 comments on commit bdcca52

Please sign in to comment.