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-2.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]
22x-commit-hash: "92ec7bf8eed1ca4ce8f1de513974467088f90e56"
23url {
24 src:
25 "https://github.com/links-lang/links/releases/download/0.9.2/links-0.9.2.tbz"
26 checksum: [
27 "sha256=db5956df65964faed32d53fb37e33f31d432773643ae7aaee76e348a07af67e6"
28 "sha512=935c29ab40d23e9409062af3ab9b7214f74dcb147f84b328f48bcf8011ad6f58ed6c9224e0dba1521c9ea004a34e0a61ecfda869bf4cc8ac2e5e93bfafe27fcb"
29 ]
30}