Skip to content

Commit

Permalink
Upgrade to YOCaml 2.0.1 (and fix TOC, youhou)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Nov 19, 2024
1 parent 603e984 commit df8d36c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions capsule.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ depends: [
"dune" {>= "3.16" & >= "3.16.0"}
"cmdliner"
"fmt"
"yocaml" {>= "2.0.0"}
"yocaml_eio" {>= "2.0.0"}
"yocaml_cmarkit" {>= "2.0.0"}
"yocaml_jingoo" {>= "2.0.0"}
"yocaml_syndication" {>= "2.0.0"}
"yocaml_yaml" {>= "2.0.0"}
"yocaml_otoml" {>= "2.0.0"}
"yocaml" {>= "2.0.1"}
"yocaml_eio" {>= "2.0.1"}
"yocaml_cmarkit" {>= "2.0.1"}
"yocaml_jingoo" {>= "2.0.1"}
"yocaml_syndication" {>= "2.0.1"}
"yocaml_yaml" {>= "2.0.1"}
"yocaml_otoml" {>= "2.0.1"}
"nightmare"
"nightmare-tyxml"
"nightmare_js"
Expand Down
14 changes: 7 additions & 7 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
fmt

;; Yocaml dependencies
(yocaml (>= 2.0.0))
(yocaml_eio (>= 2.0.0))
(yocaml_cmarkit (>= 2.0.0))
(yocaml_jingoo (>= 2.0.0))
(yocaml_syndication (>= 2.0.0))
(yocaml_yaml (>= 2.0.0))
(yocaml_otoml (>= 2.0.0))
(yocaml (>= 2.0.1))
(yocaml_eio (>= 2.0.1))
(yocaml_cmarkit (>= 2.0.1))
(yocaml_jingoo (>= 2.0.1))
(yocaml_syndication (>= 2.0.1))
(yocaml_yaml (>= 2.0.1))
(yocaml_otoml (>= 2.0.1))

;; Nightmare dependencies
nightmare
Expand Down

0 comments on commit df8d36c

Please sign in to comment.