Skip to content

Commit 02e18fe

Browse files
committed
Release 0.7.0
1 parent 3409165 commit 02e18fe

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

lambdasoup.opam

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22

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

5-
version: "dev"
5+
version: "0.7.0"
66
license: "MIT"
77
homepage: "https://github.com/aantron/lambdasoup"
88
doc: "https://aantron.github.io/lambdasoup"
@@ -22,10 +22,6 @@ depends: [
2222
"ounit" {with-test}
2323
]
2424

25-
pin-depends: [
26-
["bisect_ppx.git" "git+https://github.com/aantron/bisect_ppx.git"]
27-
]
28-
2925
build: [
3026
["dune" "build" "-p" name "-j" jobs]
3127
["dune" "runtest"] {with-test}

src/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
(synopsis "Easy functional HTML scraping and manipulation")
55
(wrapped false)
66
(flags (:standard -w +A -warn-error -3))
7-
(preprocess (pps bisect_ppx --conditional))
87
(libraries markup))

0 commit comments

Comments
 (0)