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.08.0"} 18 "dune" {>= "2.7"} 19 "conf-mysql" 20 "mysql" 21 "links" {= version} 22] 23url { 24 src: 25 "https://github.com/links-lang/links/releases/download/0.9.5/links-0.9.5.tbz" 26 checksum: [ 27 "sha256=0345666bac0976875b2e6ddcca5d097e5ec993e294b74c1344aef5e8c0500394" 28 "sha512=449be4a5554fa2bf0d35337f342dfc59c3293bd34d3da448b7a94ce97000f1b98b23c458aa1f8666b8396154ab7f5cd12fe486c1de4c12c142c3e0ae3ddce2a4" 29 ] 30} 31x-commit-hash: "c29ce89e044566ab8d2edbb922a71891b82adecb"