Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Sep 19, 2018
1 parent 175e6c3 commit 3cf01b8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion markup-lwt.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "0.5.0"

maintainer: "Anton Bachin <[email protected]>"
authors: "Anton Bachin <[email protected]>"
Expand Down
5 changes: 1 addition & 4 deletions markup.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "8.0.0"

maintainer: "Anton Bachin <[email protected]>"
authors: "Anton Bachin <[email protected]>"
Expand All @@ -10,9 +10,6 @@ dev-repo: "https://github.com/aantron/markup.ml.git"
license: "BSD"

depends: [
# Bisect_ppx is used only during development. The dependency should be removed
# when making a release.
"bisect_ppx" {>= "1.3.0"}
"dune" {build}
"ounit" {test}
"uchar"
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)))
1 change: 0 additions & 1 deletion src/lwt/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
(name markup_lwt)
(public_name markup-lwt)
(synopsis "Lwt support for Markup.ml")
(preprocess (pps bisect_ppx -conditional))
(libraries lwt markup)
(flags (:standard -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string)))
1 change: 0 additions & 1 deletion src/lwt_unix/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
(name markup_lwt_unix)
(public_name markup-lwt.unix)
(synopsis "Lwt_unix helpers for Markup.ml")
(preprocess (pps bisect_ppx -conditional))
(libraries lwt lwt.unix markup markup-lwt)
(flags (:standard -w +A-4-9-44-48 -warn-error -3-4-9-44-48 -safe-string)))

0 comments on commit 3cf01b8

Please sign in to comment.