this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 3authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"] 4tags: ["MOSS"] 5license: "ISC" 6homepage: "https://github.com/Chris00/ocaml-moss" 7dev-repo: "git+https://github.com/Chris00/ocaml-moss.git" 8bug-reports: "https://github.com/Chris00/ocaml-moss/issues" 9doc: "https://Chris00.github.io/ocaml-moss/doc" 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14] 15depends: [ 16 "ocaml" 17 "dune" 18 "base-unix" 19 "base-bytes" 20 "uri" 21] 22synopsis: "A client for the MOSS plagiarism detection service" 23description: """ 24This package provides an OCaml client for the MOSS (Measure Of 25Software Similarity) plagiarism detection service. It is based on the 26original submission script. The MOSS system only runs on Stanford's 27servers — you cannot run your own instance — so you need to obtain an 28account first. 29 30MOSS: http://theory.stanford.edu/~aiken/moss/ 31""" 32url { 33 src: 34 "https://github.com/Chris00/ocaml-moss/releases/download/0.1.1/moss-0.1.1.tbz" 35 checksum: [ 36 "sha256=b0462391ff88341cd5c9935c54fe3edafba04cf1f059de1473a3265ca81d77de" 37 "md5=a399194cff33f8f8e957b89f6cbd22c0" 38 ] 39}