Skip to content

Commit

Permalink
Update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-j-hu committed Aug 30, 2020
1 parent 4fdcf2c commit b8bd4a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 7 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

(package
(name textmate-language)
(synopsis "Parsing source code with TextMate grammars")
(description "Parsing source code with TextMate grammars.")
(depends
(pcre (and (>= 7.3) (< 8.0)))))
(pcre (and (>= 7.3) (< 8.0))))
(synopsis "Parsing source code with TextMate grammars")
(description "
Parsing source code with TextMate grammars.
Note that this library uses PCRE regex, while TextMate uses the Oniguruma
dialect."))
7 changes: 6 additions & 1 deletion textmate-language.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
opam-version: "2.0"
version: "0.1.0"
synopsis: "Parsing source code with TextMate grammars"
description: "Parsing source code with TextMate grammars."
description: """

Parsing source code with TextMate grammars.

Note that this library uses PCRE regex, while TextMate uses the Oniguruma
dialect."""
maintainer: ["Alan Hu <[email protected]>"]
authors: ["Alan Hu <[email protected]>"]
license: "MIT"
Expand Down

0 comments on commit b8bd4a9

Please sign in to comment.