this repo has no description
1opam-version: "2.0" 2maintainer: "Jan Stolarek <jan.stolarek@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-2.0-only" 10 11build: [ 12 [ "dune" "subst" ] {dev} 13 [ "dune" "build" "-p" name "-j" jobs ] 14] 15 16depends: [ 17 "ocaml" {>= "4.06.0"} 18 "dune" {>= "1.10.0"} 19 "sqlite3" 20 "links" {= version} 21] 22url { 23 src: 24 "https://github.com/links-lang/links/releases/download/0.9.1/links-0.9.1.tbz" 25 checksum: [ 26 "sha256=257ae57eb92b6fce793e01cd44706c60f30db17211f103aa124ac1fc157888ee" 27 "sha512=14d4e910817b836389d7045060e80a1641ece35aed9cdd1e2a0ca92972386d6a1da1725fb662567a9cd5ffa0c4d4a64185531353450bb893d2b0efeed3129210" 28 ] 29}