-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmoss.opam
31 lines (30 loc) · 1 KB
/
moss.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
tags: ["MOSS"]
license: "ISC"
homepage: "https://github.com/Chris00/ocaml-moss"
dev-repo: "git+https://github.com/Chris00/ocaml-moss.git"
bug-reports: "https://github.com/Chris00/ocaml-moss/issues"
doc: "https://Chris00.github.io/ocaml-moss/doc"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml"
"dune"
"base-unix"
"base-bytes"
"uri"
]
synopsis: "A client for the MOSS plagiarism detection service"
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/
"""