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.08.0" & < "5.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" 39 "calendar" {>= "2.0.4"} 40] 41url { 42 src: 43 "https://github.com/links-lang/links/releases/download/0.9.7/links-0.9.7.tbz" 44 checksum: [ 45 "sha256=8030ef41d05e88b8c9d987816d362c87019d740ee75f2df9e30545e8f26547fc" 46 "sha512=a2ddfc0f9b606ac8c9b91ef3a368682c845915bd2943bbdda402288dbfe3e397317b08094cf328eb201c4c7ced744aad9825ca22a835a677687ef8b33d5c95d9" 47 ] 48} 49x-commit-hash: "ef4dacf2f5ddf23e1103090112873cdb9db724cc"