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" "subst" ] {dev} 14 [ "dune" "exec" "preinstall/preinstall.exe" "--" "-libdir" _:lib ] 15 [ "dune" "build" "-p" name "-j" jobs ] 16] 17 18depends: [ 19 "ocaml" {>= "4.08.0" & < "5.0"} 20 "dune" {>= "2.7"} 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 "tls" {< "1.0.0"} 33 "websocket" 34 "websocket-lwt-unix" 35 "safepass" 36 "result" 37 "ocamlfind" 38 "menhir" {>= "20210419"} 39 "ppx_sexp_conv" 40 "calendar" {>= "2.0.4"} 41] 42url { 43 src: 44 "https://github.com/links-lang/links/releases/download/0.9.6/links-0.9.6.tbz" 45 checksum: [ 46 "sha256=1d573072729709287b40068971d9a0a1ed0490d24af8d8c2667f5dd174dd19c1" 47 "sha512=e83e785db688b05a42ff4f2c908fa9254f412609879a98db9420ae7cd7906b79a43bccd1ffaf0f6a0e214ec147d458e6870131eb9dd7c116fb30145eae8ecc21" 48 ] 49} 50x-commit-hash: "3e3ce088154476a219689a2868216b04281d1793"