package moss
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=458d672127ab842781d7263e718e95b348898bc5b009d7680ab0089598bd865d
md5=0714310644bfa8077871b3fb85beb92a
Description
This package provides an OCaml client for the MOSS (Measure Of Software Similarity) plagiarism detection service. It is based on the original submission script. The MOSS system only runs on Stanford's servers — you cannot run your own instance — so you need to obtain an account first.
MOSS: http://theory.stanford.edu/~aiken/moss/
README
OCaml MOSS
The module Moss is an OCaml client for the MOSS (Measure Of Software Similarity) plagiarism detection service. It is based on the original submission script. The MOSS system only runs on Stanford's servers — you cannot run your own instance — so you need to obtain an account first.
Install
The easiest way to install the library is to use OPAM:
opam install moss
To compile by hand, install jbuilder and do jbuilder build
.
Documentation
See the interface of Moss.
Dependencies (5)
- uri
- base-bytes
- base-unix
-
jbuilder
>= "1.0+beta7"
- ocaml
Dev Dependencies
None
Used by
None
Conflicts
None