-
Notifications
You must be signed in to change notification settings - Fork 43
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 #89 from mjustus/master
Support for OCaml 4.08
- Loading branch information
Showing
4 changed files
with
11 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
2.2 | ||
* Support for OCaml 4.08 | ||
|
||
2.1 | ||
* GPR#78: Auto-generate unicode data | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Unicode. Unlike ocamllex, sedlex allows lexer specifications within regular | |
OCaml source files. Lexing specific constructs are provided via a ppx syntax | ||
extension. | ||
" | ||
version: "2.1" | ||
version: "2.2" | ||
license: "MIT" | ||
doc: "https://ocaml-community.github.io/sedlex/index.html" | ||
maintainer: "Alain Frisch <[email protected]>" | ||
|
@@ -26,7 +26,7 @@ build: [ | |
depends: [ | ||
"ocaml" {>= "4.02.3"} | ||
"dune" {>= "1.8"} | ||
"ppx_tools_versioned" | ||
"ppx_tools_versioned" {>= "5.2.3"} | ||
"ocaml-migrate-parsetree" | ||
"gen" | ||
"uchar" | ||
|
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