File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
2
2
3
3
synopsis: "Easy functional HTML scraping and manipulation with CSS selectors"
4
4
5
- version: "dev "
5
+ version: "0.7.0 "
6
6
license: "MIT"
7
7
homepage: "https://github.com/aantron/lambdasoup"
8
8
doc: "https://aantron.github.io/lambdasoup"
@@ -22,10 +22,6 @@ depends: [
22
22
"ounit" {with-test}
23
23
]
24
24
25
- pin-depends: [
26
- ["bisect_ppx.git" "git+https://github.com/aantron/bisect_ppx.git"]
27
- ]
28
-
29
25
build: [
30
26
["dune" "build" "-p" name "-j" jobs]
31
27
["dune" "runtest"] {with-test}
Original file line number Diff line number Diff line change 4
4
(synopsis "Easy functional HTML scraping and manipulation")
5
5
(wrapped false)
6
6
(flags (:standard -w +A -warn-error -3))
7
- (preprocess (pps bisect_ppx --conditional))
8
7
(libraries markup))
You can’t perform that action at this time.
0 commit comments