Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Jan 10, 2025
1 parent d90cd3c commit 99caf0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
(name links)
(synopsis "The Links Programming Language")
(description "Links is a functional programming language designed to make web programming easier.")
(depends (ocaml (>= : 5.1.1))
(dune-configurator (>= : 3.8))
(depends (ocaml (>= 5.1.1))
(dune-configurator (>= 3.8))
ppx_deriving
(ppx_deriving_yojson (>= 3.3))
base64
Expand Down
4 changes: 2 additions & 2 deletions links.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ doc: "https://links-lang.org/quick-help.html"
bug-reports: "https://github.com/links-lang/links/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {":" >= "5.1.1"}
"dune-configurator" {":" >= "3.8"}
"ocaml" {>= "5.1.1"}
"dune-configurator" {>= "3.8"}
"ppx_deriving"
"ppx_deriving_yojson" {>= "3.3"}
"base64"
Expand Down

0 comments on commit 99caf0d

Please sign in to comment.