package camelot
Install
Dune Dependency
Authors
Maintainers
Sources
md5=bc7b11385a3c559aff48cee874bd7e4b
sha512=569a6b1582cae7a497e15ec19f237879850064e0e5136afed361f3f3f2c72a0b400cf1f83e0e89ad156610416503d09cda7d3d93f5c947e130003ef615a14dd5
Description
Published: 24 May 2020
README
Camelot
An OCaml Linter / Style Checker for the OCaml compiler version 4.09.0. Make sure you have ocaml version 4.09.0, otherwise the parsetree will be different
Acknowledgements
This project wouldn't have been possible without the following three repos:
sml-style-check from the folks at CMU: for guiding the design of the linter, as well as basically contributing the structure of our project (especially the extendable checker modules :) ),
hlint for a good reference on building a linter,
and ppx_tools/rewriter, for giving us useful starter code and being the building block on which camelot started.
Dependencies
ocaml >= v4.10.0
dune >= 2.5.0
compiler-libs.common
fswatch (for Build + Watch)
ANSITerminal
Note:
This project is dependent on compiler-libs, an inherently unstable library that changes between OCaml installations.
Build and run instructions
Build: dune build bin/camelot.exe
Build + Watch: dune build bin/camelot.exe -w
Run 'tests': dune exec -- bin/camelot.exe <camelot args here>
Camelot flags
-d <lintdir>
: Specify the directory in which to lint
-show <ta | student | gradescope>
: Specify the reporting type - does a student see this output or a ta? If this argument is malformed or not present, the reporting type defaults to student
-f <filename>
: Lints the given file
Dependencies (3)
-
ANSITerminal
>= "0.8"
-
ocaml
>= "4.10.0" & < "4.13"
-
dune
>= "2.5"
Dev Dependencies
None
Used by
None
Conflicts
None