this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

CHANGES:

This is a minor hotfix release.

* The database query deduplication now correctly handles subexpressions recursively.
* The mixing normaliser for database queries now correctly split comprehensions along concatenation
* Fixed a bug whereby messages received on the client-side would not
be deserialised correctly.
* The Links runtime, now internally, uses `Lwt.pause` rather than the
deprecated `Lwt_main.yield`. As a side effect we have updated the
Lwt version constraint to be greater or equal to `5.0.0`.

+141
+49
packages/links/links.0.9.5/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Simon Fowler <simon.fowler@ed.ac.uk>" 3 + authors: "The Links Team <links-dev@inf.ed.ac.uk>" 4 + synopsis: "The Links Programming Language" 5 + description: "Links is a functional programming language designed to make web programming easier." 6 + homepage: "https://github.com/links-lang/links" 7 + dev-repo: "git+https://github.com/links-lang/links.git" 8 + bug-reports: "https://github.com/links-lang/links/issues" 9 + license: "GPL-3.0-only" 10 + 11 + 12 + build: [ 13 + [ "dune" "subst" ] {dev} 14 + [ "dune" "exec" "preinstall/preinstall.exe" "--" "-libdir" _:lib ] 15 + [ "dune" "build" "-p" name "-j" jobs ] 16 + ] 17 + 18 + depends: [ 19 + "ocaml" {>= "4.08.0"} 20 + "dune" {>= "1.10.0"} 21 + "ppx_deriving" 22 + "ppx_deriving_yojson" {>= "3.3"} 23 + "base64" 24 + "linenoise" 25 + "ANSITerminal" 26 + "lwt" {>= "5.0.0"} 27 + "cohttp" 28 + "cohttp-lwt" 29 + "cohttp-lwt-unix" 30 + "conduit-lwt-unix" 31 + "uri" 32 + "websocket" 33 + "websocket-lwt-unix" 34 + "safepass" 35 + "result" 36 + "ocamlfind" 37 + "menhir" {>= "20210419"} 38 + "ppx_sexp_conv" 39 + "calendar" {>= "2.0.4"} 40 + ] 41 + url { 42 + src: 43 + "https://github.com/links-lang/links/releases/download/0.9.5/links-0.9.5.tbz" 44 + checksum: [ 45 + "sha256=0345666bac0976875b2e6ddcca5d097e5ec993e294b74c1344aef5e8c0500394" 46 + "sha512=449be4a5554fa2bf0d35337f342dfc59c3293bd34d3da448b7a94ce97000f1b98b23c458aa1f8666b8396154ab7f5cd12fe486c1de4c12c142c3e0ae3ddce2a4" 47 + ] 48 + } 49 + x-commit-hash: "c29ce89e044566ab8d2edbb922a71891b82adecb"