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.7/links-0.9.7.tbz" 26 checksum: [ 27 "sha256=8030ef41d05e88b8c9d987816d362c87019d740ee75f2df9e30545e8f26547fc" 28 "sha512=a2ddfc0f9b606ac8c9b91ef3a368682c845915bd2943bbdda402288dbfe3e397317b08094cf328eb201c4c7ced744aad9825ca22a835a677687ef8b33d5c95d9" 29 ] 30} 31x-commit-hash: "ef4dacf2f5ddf23e1103090112873cdb9db724cc"