Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Feb 8, 2020
1 parent 3409165 commit 02e18fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions lambdasoup.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"

synopsis: "Easy functional HTML scraping and manipulation with CSS selectors"

version: "dev"
version: "0.7.0"
license: "MIT"
homepage: "https://github.com/aantron/lambdasoup"
doc: "https://aantron.github.io/lambdasoup"
Expand All @@ -22,10 +22,6 @@ depends: [
"ounit" {with-test}
]

pin-depends: [
["bisect_ppx.git" "git+https://github.com/aantron/bisect_ppx.git"]
]

build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest"] {with-test}
Expand Down
1 change: 0 additions & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
(synopsis "Easy functional HTML scraping and manipulation")
(wrapped false)
(flags (:standard -w +A -warn-error -3))
(preprocess (pps bisect_ppx --conditional))
(libraries markup))

0 comments on commit 02e18fe

Please sign in to comment.