Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Jun 2, 2018
1 parent 2c0c195 commit 820c00a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions lambdasoup.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"

version: "dev"
version: "0.6.3"
homepage: "https://github.com/aantron/lambda-soup"
doc: "http://aantron.github.io/lambda-soup"
bug-reports: "https://github.com/aantron/lambda-soup/issues"
Expand All @@ -11,8 +11,6 @@ maintainer: "Anton Bachin <antonbachin@yahoo.com>"
dev-repo: "https://github.com/aantron/lambda-soup.git"

depends: [
# This should be removed for release.
"bisect_ppx" {>= "1.3.0"}
# As a consequence of depending on Jbuilder, Lambda Soup requires OCaml
# 4.02.3.
"jbuilder" {build & >= "1.0+beta10"}
Expand Down
1 change: 0 additions & 1 deletion src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
(public_name lambdasoup)
(synopsis "Easy functional HTML scraping and manipulation")
(flags (:standard -w +A -warn-error -3))
(preprocess (pps (bisect_ppx -conditional)))
(libraries (markup))))

0 comments on commit 820c00a

Please sign in to comment.