package moss

  1. Overview
  2. Docs
A client for the MOSS plagiarism detection service

Install

Dune Dependency

Authors

Maintainers

Sources

moss-0.1.1.tbz
sha256=b0462391ff88341cd5c9935c54fe3edafba04cf1f059de1473a3265ca81d77de
md5=a399194cff33f8f8e957b89f6cbd22c0

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/

Tags

MOSS

Published: 19 Mar 2019

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 dune and do dune build @install.

Documentation

See the interface of Moss.

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.