forked from links-lang/links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
links-mysql.opam
33 lines (33 loc) · 854 Bytes
/
links-mysql.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "MySQL database driver for the Links Programming Language"
description: "MySQL database driver for the Links Programming Language"
maintainer: ["Daniel Hillerström <[email protected]>"]
authors: ["The Links Team <[email protected]>"]
license: "GPL-3.0-only"
tags: ["mysql" "database"]
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"}
"links" {= version}
"conf-mysql"
"mysql8"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/links-lang/links.git"