Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 1.68 KB

README.md

File metadata and controls

74 lines (55 loc) · 1.68 KB

comby

Apache-2.0 Build Status Coverage Status Downloads Commit Gitter

bash <(curl -sL get.comby.dev)

See the usage docs

Source Build

  • Install opam

  • Create a new switch if you don't have OCaml installed

opam init
opam switch create 4.07.0 4.07.0 
  • Install dependencies

Linux

sudo apt-get install pkg-config libpcre3-dev

Mac

brew install pkg-config pcre
  • Install opam libraries
opam install ppx_deriving_yojson
opam install core
opam install ppxlib
opam install ppx_deriving
opam install angstrom
opam install hack_parallel
opam install opium
opam install pcre
opam install oasis
opam install tls
opam install camlzip
opam install bisect_ppx 
opam install patdiff
git clone https://github.com/comby-tools/mparser
oasis setup
ocaml setup.ml -configure --enable-pcre --enable-re
ocaml setup.ml -build
ocaml setup.ml -install
  • Build and test
make
make test