Skip to content

Commit

Permalink
Release 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Jul 24, 2018
1 parent 5ca0702 commit 64d207f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
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: "0.7.7"

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"}
"jbuilder" {build & >= "1.0+beta17"}
"ounit" {test}
"uchar"
Expand Down
1 change: 0 additions & 1 deletion src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
(public_name markup)
(synopsis "Error-recovering functional HTML5 and XML parsers")
(modules (:standard \ configure))
(preprocess (pps (bisect_ppx -conditional)))
(libraries (uutf))
(ocamlopt_flags (:standard (:include flags.sexp)))
(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/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
(public_name markup.lwt)
(synopsis "Lwt support for Markup.ml")
(optional)
(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/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
(public_name markup.lwt.unix)
(synopsis "Lwt_unix helpers for Markup.ml")
(optional)
(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 64d207f

Please sign in to comment.