opam-version: "2.0" maintainer: "Jan Stolarek " authors: "The Links Team " synopsis: "SQLite database driver for the Links Programming Language" description: "SQLite database driver for the Links Programming Language" homepage: "https://github.com/links-lang/links" dev-repo: "git+https://github.com/links-lang/links.git" bug-reports: "https://github.com/links-lang/links/issues" license: "GPL-2.0-only" build: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.06.0"} "dune" {>= "1.10.0"} "sqlite3" "links" {= version} ] url { src: "https://github.com/links-lang/links/releases/download/0.9.1/links-0.9.1.tbz" checksum: [ "sha256=257ae57eb92b6fce793e01cd44706c60f30db17211f103aa124ac1fc157888ee" "sha512=14d4e910817b836389d7045060e80a1641ece35aed9cdd1e2a0ca92972386d6a1da1725fb662567a9cd5ffa0c4d4a64185531353450bb893d2b0efeed3129210" ] }