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.14.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.8/links-0.9.8.tbz" 25 checksum: [ 26 "sha256=1135cc3e53d4b30fd3d905c93c3f20b97635f8cf9a3532147e29c2362c9d8ff3" 27 "sha512=7dee3aa923eb49fc2c10208c609a6bddcdb57260f81917967b2fb9db01eee1267bb8e6b915b4722299b6ee14dcf04b0ba60127037a3a468b9955242401ac2db1" 28 ] 29} 30x-commit-hash: "a53a36f787599d549e370286099fbe518a047e74"