-
Notifications
You must be signed in to change notification settings - Fork 42
/
links.opam
55 lines (55 loc) · 1.34 KB
/
links.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "The Links Programming Language"
description:
"Links is a functional programming language designed to make web programming easier."
maintainer: ["Daniel Hillerström <[email protected]>"]
authors: ["The Links Team <[email protected]>"]
license: "GPL-3.0-only"
tags: [
"web programming"
"tierless"
"multi-tier"
"effect handlers"
"effect typing"
"session types"
"concurrency"
"webpage"
"extensible data types"
"language-integrated queries"
]
homepage: "https://links-lang.org"
doc: "https://links-lang.org/quick-help.html"
bug-reports: "https://github.com/links-lang/links/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" { >= "5.1.0"}
"dune-configurator" { >= "3.8"}
"ppx_deriving"
"ppx_deriving_yojson" {>= "3.3"}
"base64"
"linenoise"
"ANSITerminal"
"lwt" {>= "5.0.0"}
"cohttp"
"cohttp-lwt"
"cohttp-lwt-unix"
"conduit-lwt-unix"
"uri"
"tls"
"websocket"
"websocket-lwt-unix"
"safepass"
"result"
"ocamlfind"
"menhir" {>= "20210419"}
"ppx_sexp_conv" {>= "v0.16.0"}
"calendar" {>= "2.0.4"}
"rdf_lwt" {>= "0.13.0"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/links-lang/links.git"
build: [
[ "dune" "exec" "preinstall/preinstall.exe" "--" "-libdir" _:lib ]
[ make "opam-build-links.opam" ]
]