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"} 19 "dune-configurator" 20 "sqlite3" 21 "links" {= version} 22] 23url { 24 src: 25 "https://github.com/links-lang/links/releases/download/0.9/links-0.9.tbz" 26 checksum: [ 27 "sha256=f49f509d215bdb9ba2a190d734d49863ac6c9a0140425e092ce2f47177aa9c5b" 28 "sha512=7bed99e82246e8c954e5759284d3a21fc464b9fb1ccb3544c9edb6b590c3c3ea66193f44bcc08ee6d9b3940768668d94b03b979f71f302923896c091934092cb" 29 ] 30}