Skip to content

Commit 7fdbf5d

Browse files
authored
Merge pull request #27435 from Camshaft54/opam-publish-camelot.2.0.1
Package camelot.2.0.1
2 parents 0f19ffe + bb1c6d1 commit 7fdbf5d

File tree

1 file changed

+40
-0
lines changed
  • packages/camelot/camelot.2.0.1

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "An OCaml Linter / Style Checker"
4+
maintainer: ["William Goeller <[email protected]>"]
5+
authors: ["Vighnesh Vijay" "Daniel Like" "William Goeller"]
6+
license: "Apache-2.0"
7+
homepage: "https://github.com/upenn-cis1xx/camelot"
8+
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues"
9+
depends: [
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+
]
18+
dev-repo: "git+https://github.com/upenn-cis1xx/camelot.git"
19+
build: [
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+
]
33+
url {
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+
}

0 commit comments

Comments
 (0)