Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Feser committed Jan 28, 2022
1 parent 68c15b2 commit b4edbbf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions bin/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(executable
(name main)
(public_name odoc2docset)
(libraries stdio sqlite3 odoc.odoc odoc.model lambdasoup logs logs.fmt logs.cli
fmt.cli fmt.tty cmdliner shell str))
(libraries stdio sqlite3 odoc.odoc odoc.model lambdasoup logs logs.fmt
logs.cli fmt.cli fmt.tty cmdliner shell str))
18 changes: 8 additions & 10 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@
"Generates Dash docsets for OCaml packages using the Odoc documentation generator.")
(depends
(dune
(and
:build
(>= 1.11)))
(>= 2))
(logs
(>= 0.6))
(core
(>= v0.14))
(ppx_jane
(>= v0.12))
(sqlite3
(>= 4.4))
(lambdasoup
Expand All @@ -38,9 +32,13 @@
(fmt
(>= 0.8))
(shell
(>= v0.14))))

(using menhir 2.0)
(>= v0.14))
(stdio
(>= v0.14))
(odoc
(>= 2.0.2))
(odig
(>= 0.0.7))))

(generate_opam_files true)

Expand Down
7 changes: 4 additions & 3 deletions odoc2docset.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ homepage: "https://github.com/jfeser/odoc2docset"
doc: "https://jfeser.github.io/odoc2docset/"
bug-reports: "https://github.com/jfeser/odoc2docset/issues"
depends: [
"dune" {build & >= "1.11"}
"dune" {>= "2"}
"logs" {>= "0.6"}
"core" {>= "v0.14"}
"ppx_jane" {>= "v0.12"}
"sqlite3" {>= "4.4"}
"lambdasoup" {>= "0.6"}
"cmdliner" {>= "1.0"}
"fmt" {>= "0.8"}
"shell" {>= "v0.14"}
"stdio" {>= "v0.14"}
"odoc" {>= "2.0.2"}
"odig" {>= "0.0.7"}
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit b4edbbf

Please sign in to comment.