this repo has no description

Merge pull request #19390 from dhil/release-links-0.9.4

[new release] links, links-postgresql, links-sqlite3 and links-mysql (0.9.4)

Changed files
+141
packages
links
links.0.9.4
links-mysql
links-mysql.0.9.4
links-postgresql
links-postgresql.0.9.4
links-sqlite3
links-sqlite3.0.9.4
+49
packages/links/links.0.9.4/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Simon Fowler <simon.fowler@ed.ac.uk>"
+
authors: "The Links Team <links-dev@inf.ed.ac.uk>"
+
synopsis: "The Links Programming Language"
+
description: "Links is a functional programming language designed to make web programming easier."
+
homepage: "https://github.com/links-lang/links"
+
dev-repo: "git+https://github.com/links-lang/links.git"
+
bug-reports: "https://github.com/links-lang/links/issues"
+
license: "GPL-3.0-only"
+
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "exec" "preinstall/preinstall.exe" "--" "-libdir" _:lib ]
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "1.10.0"}
+
"ppx_deriving"
+
"ppx_deriving_yojson" {>= "3.3"}
+
"base64"
+
"linenoise"
+
"ANSITerminal"
+
"lwt" {>= "3.1.0"}
+
"cohttp"
+
"cohttp-lwt"
+
"cohttp-lwt-unix"
+
"conduit-lwt-unix"
+
"uri"
+
"websocket"
+
"websocket-lwt-unix"
+
"safepass"
+
"result"
+
"ocamlfind"
+
"menhir" {>= "20210419"}
+
"ppx_sexp_conv"
+
"calendar" {>= "2.0.4"}
+
]
+
url {
+
src:
+
"https://github.com/links-lang/links/releases/download/0.9.4/links-0.9.4.tbz"
+
checksum: [
+
"sha256=7418da8ba2376186fc290e25da08743f2487665b62461564de10118238452bdd"
+
"sha512=0275fcc78ebbeaa292d20179d1d6f725195dd554f6957dbade2fc3bf799f0c2a957d53f202d743e115c9a7873a72a143835f9d8faabf4cf8a9d05d77277066b1"
+
]
+
}
+
x-commit-hash: "86978b408b799d468d294a5f998929084ba15b6a"