this repo has no description

Package camelot.2.0.1

Camshaft54 bb1c6d10 48bb4384

Changed files
+40
packages
camelot
camelot.2.0.1
+40
packages/camelot/camelot.2.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "An OCaml Linter / Style Checker"
+
maintainer: ["William Goeller <william@williamgoeller.com>"]
+
authors: ["Vighnesh Vijay" "Daniel Like" "William Goeller"]
+
license: "Apache-2.0"
+
homepage: "https://github.com/upenn-cis1xx/camelot"
+
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
+
depends: [
+
"dune" {>= "2.5"}
+
"ocaml" {>= "4.13.0" & < "4.14.0"}
+
"ANSITerminal" {>= "0.8"}
+
"yojson" {>= "1.7.0"}
+
"camlp-streams" {>= "5.0.1"}
+
"ppx_expect" {with-test & <= "v0.15.1"}
+
"odoc" {with-doc & >= "1.5.0"}
+
]
+
dev-repo: "git+https://github.com/upenn-cis1xx/camelot.git"
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
url {
+
src:
+
"https://github.com/upenn-cis1xx/camelot/archive/refs/tags/2.0.1.tar.gz"
+
checksum: [
+
"md5=4cd3809e1194229c7b3ec31cb127aa44"
+
"sha512=adcdb7e42cb61e25bb514292c742ebaef46ee979602078e98a20940c63af652e8ec52dc9042b1c3f5d839e3c40da8d6b0e744611e2e9277f7a737d93d2495fdc"
+
]
+
}