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-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 "conf-mysql" 20 "mysql" 21 "links" {= version} 22] 23x-commit-hash: "6ec7f5bd54407cd68eddf906d8ff5002d02702dc" 24url { 25 src: 26 "https://github.com/links-lang/links/releases/download/0.9.3/links-0.9.3.tbz" 27 checksum: [ 28 "sha256=f663eaafad4d80ce0f86bb8639bfd5cdd03e432cc4bd2868a0b4b50d2ee11de7" 29 "sha512=0f70d72e9d0eac2ddd7fb7905e4a5ea2136cfbffcd83d564026f847f1d90c02daaf70d8c84555c68a076867cf9f0913ae38d6b53ca6faaadbedbf20421aa83d8" 30 ] 31}