this repo has no description
1opam-version: "2.0"
2maintainer: "Jan Stolarek <jan.stolarek@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" {>= "1.10.0"}
19 "sqlite3"
20 "links" {=version}
21]
22url {
23 src:
24 "https://github.com/links-lang/links/releases/download/0.9.4/links-0.9.4.tbz"
25 checksum: [
26 "sha256=7418da8ba2376186fc290e25da08743f2487665b62461564de10118238452bdd"
27 "sha512=0275fcc78ebbeaa292d20179d1d6f725195dd554f6957dbade2fc3bf799f0c2a957d53f202d743e115c9a7873a72a143835f9d8faabf4cf8a9d05d77277066b1"
28 ]
29}
30x-commit-hash: "86978b408b799d468d294a5f998929084ba15b6a"