-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from upenn-cis1xx/ocaml-4.13.0-compatibility
- Loading branch information
Showing
8 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
version: "1.7.1" | ||
version: "2.0.0" | ||
synopsis: "An OCaml Linter / Style Checker" | ||
maintainer: ["William Goeller <[email protected]>"] | ||
authors: ["Vighnesh Vijay" "Daniel Like" "William Goeller"] | ||
|
@@ -9,9 +9,10 @@ homepage: "https://github.com/upenn-cis1xx/camelot" | |
bug-reports: "https://github.com/upenn-cis1xx/camelot/issues" | ||
depends: [ | ||
"dune" {>= "2.5"} | ||
"ocaml" {>= "4.10.0" & < "4.13.0"} | ||
"ocaml" {>= "4.13.0"} | ||
"ANSITerminal" {>= "0.8"} | ||
"yojson" {>= "1.7.0"} | ||
"camlp-streams" {>= "5.0.1"} | ||
"ppx_expect" {with-test & >= "v0.13.0"} | ||
"odoc" {with-doc & >= "1.5.0"} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(library | ||
(name utils) | ||
(libraries compiler-libs.common canonical)) | ||
(libraries compiler-libs.common canonical camlp-streams)) |