Skip to content

Dante-Basile/Market-Sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market-Sim

Dante Basile and Jocelyn Hsu

OCaml-based stock market simulator

Project for EN.601.429/629 Functional Programming in Software Engineering

Build Instructions

dune is required to build and run this library

In main directory, run dune build

Run Instructions

Run webserver-based GUI:

  1. cd to src directory

  2. dune exe --root . ./market_sim.exe

Extra Installs

None beyond the opam deps

  • ounit2 (> 2.0)) ; for each opam dependency list the version

  • (core (> 0.14.1)) ; opam list core will display which version of core you have

  • (asynch (> 0.14.0))

  • (dream (> 4.3.1))

  • (owl (> 1.0.1))

  • (owl-plplot (> 1.0.1))

  • (ppx_deriving (> 5.2.1))

  • (ppx_deriving_yojson (> 3.6.1))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published