opam-version: "2.0" maintainer: "Daniel Hillerström " authors: "The Links Team " synopsis: "Postgresql database driver for the Links Programming Language" description: "Postgresql 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-3.0-only" build: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.14.0"} "dune" {>= "2.7"} "postgresql" "links" {= version} ] url { src: "https://github.com/links-lang/links/releases/download/0.9.8/links-0.9.8.tbz" checksum: [ "sha256=1135cc3e53d4b30fd3d905c93c3f20b97635f8cf9a3532147e29c2362c9d8ff3" "sha512=7dee3aa923eb49fc2c10208c609a6bddcdb57260f81917967b2fb9db01eee1267bb8e6b915b4722299b6ee14dcf04b0ba60127037a3a468b9955242401ac2db1" ] } x-commit-hash: "a53a36f787599d549e370286099fbe518a047e74"