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: "SQLite database driver for the Links Programming Language"
5description: "SQLite 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 "sqlite3"
20 "links" {= version}
21]
22url {
23 src:
24 "https://github.com/links-lang/links/releases/download/0.9.6/links-0.9.6.tbz"
25 checksum: [
26 "sha256=1d573072729709287b40068971d9a0a1ed0490d24af8d8c2667f5dd174dd19c1"
27 "sha512=e83e785db688b05a42ff4f2c908fa9254f412609879a98db9420ae7cd7906b79a43bccd1ffaf0f6a0e214ec147d458e6870131eb9dd7c116fb30145eae8ecc21"
28 ]
29}
30x-commit-hash: "3e3ce088154476a219689a2868216b04281d1793"