this repo has no description
1opam-version: "2.0" 2maintainer: "Daniel Hillerström <daniel.hillerstrom@ed.ac.uk>" 3authors: "The Links Team <links-dev@inf.ed.ac.uk>" 4synopsis: "The Links Programming Language" 5description: "Links is a functional programming language designed to make web programming easier." 6homepage: "https://github.com/links-lang/links" 7dev-repo: "git+https://github.com/links-lang/links.git" 8bug-reports: "https://github.com/links-lang/links/issues" 9license: "GPL-3.0-only" 10 11 12build: [ 13 [ "dune" "exec" "preinstall/preinstall.exe" "--" "-libdir" _:lib ] 14 [ make "opam-build-links.opam" ] 15] 16 17depends: [ 18 "ocaml" {>= "4.14.0"} 19 "dune" {>= "2.7"} 20 "ppx_deriving" 21 "ppx_deriving_yojson" {>= "3.3"} 22 "base64" 23 "linenoise" 24 "ANSITerminal" 25 "lwt" {>= "5.0.0"} 26 "cohttp" 27 "cohttp-lwt" 28 "cohttp-lwt-unix" 29 "conduit-lwt-unix" 30 "uri" 31 "tls" {< "1.0.0"} 32 "websocket" 33 "websocket-lwt-unix" 34 "safepass" 35 "result" 36 "ocamlfind" 37 "menhir" {>= "20210419"} 38 "ppx_sexp_conv" {>= "v0.16.0"} 39 "calendar" {>= "2.0.4"} 40 "rdf_lwt" {>= "0.13.0"} 41] 42url { 43 src: 44 "https://github.com/links-lang/links/releases/download/0.9.8/links-0.9.8.tbz" 45 checksum: [ 46 "sha256=1135cc3e53d4b30fd3d905c93c3f20b97635f8cf9a3532147e29c2362c9d8ff3" 47 "sha512=7dee3aa923eb49fc2c10208c609a6bddcdb57260f81917967b2fb9db01eee1267bb8e6b915b4722299b6ee14dcf04b0ba60127037a3a468b9955242401ac2db1" 48 ] 49} 50x-commit-hash: "a53a36f787599d549e370286099fbe518a047e74"