Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Dec 9, 2019
1 parent f122d8f commit 2c2254e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion markup.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"

synopsis: "Error-recovering functional HTML5 and XML parsers and writers"

version: "dev"
version: "0.8.2"
license: "MIT"
homepage: "https://github.com/aantron/markup.ml"
doc: "http://aantron.github.io/markup.ml"
Expand Down
1 change: 0 additions & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
(name markup)
(public_name markup)
(synopsis "Error-recovering functional HTML5 and XML parsers")
(preprocess (pps bisect_ppx --conditional))
(libraries uutf)
(flags (:standard -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string)))

0 comments on commit 2c2254e

Please sign in to comment.