this repo has no description
1opam-version: "2.0" 2maintainer: "Simon Fowler <simon.fowler@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" {>= "1.10.0"} 21 "ppx_deriving" 22 "ppx_deriving_yojson" {>= "3.3"} 23 "base64" 24 "linenoise" 25 "ANSITerminal" 26 "lwt" {>= "3.1.0"} 27 "cohttp" 28 "cohttp-lwt" 29 "cohttp-lwt-unix" 30 "conduit-lwt-unix" 31 "uri" 32 "websocket" 33 "websocket-lwt-unix" 34 "safepass" {>= "1.1"} 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.4/links-0.9.4.tbz" 44 checksum: [ 45 "sha256=7418da8ba2376186fc290e25da08743f2487665b62461564de10118238452bdd" 46 "sha512=0275fcc78ebbeaa292d20179d1d6f725195dd554f6957dbade2fc3bf799f0c2a957d53f202d743e115c9a7873a72a143835f9d8faabf4cf8a9d05d77277066b1" 47 ] 48} 49x-commit-hash: "86978b408b799d468d294a5f998929084ba15b6a"