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.14.0"} 18 "dune" {>= "2.7"} 19 "conf-mysql" 20 "mysql8" 21 "links" {= version} 22] 23url { 24 src: 25 "https://github.com/links-lang/links/releases/download/0.9.8/links-0.9.8.tbz" 26 checksum: [ 27 "sha256=1135cc3e53d4b30fd3d905c93c3f20b97635f8cf9a3532147e29c2362c9d8ff3" 28 "sha512=7dee3aa923eb49fc2c10208c609a6bddcdb57260f81917967b2fb9db01eee1267bb8e6b915b4722299b6ee14dcf04b0ba60127037a3a468b9955242401ac2db1" 29 ] 30} 31x-commit-hash: "a53a36f787599d549e370286099fbe518a047e74"