this repo has no description
1opam-version: "2.0"
2maintainer: "James Cheney <jcheney@inf.ed.ac.uk>"
3authors: "The Links Team <links-dev@inf.ed.ac.uk>"
4synopsis: "MySQL database driver for the Links Programming Language"
5description: "MySQL database driver for the Links Programming Language"
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
11build: [
12 [ "dune" "subst" ] {dev}
13 [ "dune" "build" "-p" name "-j" jobs ]
14]
15
16depends: [
17 "ocaml" {>= "4.08.0"}
18 "dune" {>= "2.7"}
19 "conf-mysql"
20 "mysql"
21 "links" {= version}
22]
23url {
24 src:
25 "https://github.com/links-lang/links/releases/download/0.9.6/links-0.9.6.tbz"
26 checksum: [
27 "sha256=1d573072729709287b40068971d9a0a1ed0490d24af8d8c2667f5dd174dd19c1"
28 "sha512=e83e785db688b05a42ff4f2c908fa9254f412609879a98db9420ae7cd7906b79a43bccd1ffaf0f6a0e214ec147d458e6870131eb9dd7c116fb30145eae8ecc21"
29 ]
30}
31x-commit-hash: "3e3ce088154476a219689a2868216b04281d1793"