this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "An OCaml Linter / Style Checker"
4maintainer: ["William Goeller <william@williamgoeller.com>"]
5authors: ["Vighnesh Vijay" "Daniel Like" "William Goeller"]
6license: "Apache-2.0"
7homepage: "https://github.com/upenn-cis1xx/camelot"
8bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
9depends: [
10 "dune" {>= "2.5"}
11 "ocaml" {>= "4.13.0" & < "4.14.0"}
12 "ANSITerminal" {>= "0.8"}
13 "yojson" {>= "1.7.0"}
14 "camlp-streams" {>= "5.0.1"}
15 "ppx_expect" {with-test & <= "v0.15.1"}
16 "odoc" {with-doc & >= "1.5.0"}
17]
18dev-repo: "git+https://github.com/upenn-cis1xx/camelot.git"
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33url {
34 src:
35 "https://github.com/upenn-cis1xx/camelot/archive/refs/tags/2.0.1.tar.gz"
36 checksum: [
37 "md5=4cd3809e1194229c7b3ec31cb127aa44"
38 "sha512=adcdb7e42cb61e25bb514292c742ebaef46ee979602078e98a20940c63af652e8ec52dc9042b1c3f5d839e3c40da8d6b0e744611e2e9277f7a737d93d2495fdc"
39 ]
40}