this repo has no description
1opam-version: "2.0" 2maintainer: "Simon Fowler <simon.fowler@ed.ac.uk>" 3authors: "The Links Team <links-dev@inf.ed.ac.uk>" 4synopsis: "Postgresql database driver for the Links Programming Language" 5description: "Postgresql 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 11 12build: [ 13 [ "dune" "subst" ] {dev} 14 [ "dune" "build" "-p" name "-j" jobs ] 15] 16 17depends: [ 18 "ocaml" {>= "4.08.0"} 19 "dune" {>= "1.10.0"} 20 "postgresql" 21 "links" {= version} 22] 23x-commit-hash: "92ec7bf8eed1ca4ce8f1de513974467088f90e56" 24url { 25 src: 26 "https://github.com/links-lang/links/releases/download/0.9.2/links-0.9.2.tbz" 27 checksum: [ 28 "sha256=db5956df65964faed32d53fb37e33f31d432773643ae7aaee76e348a07af67e6" 29 "sha512=935c29ab40d23e9409062af3ab9b7214f74dcb147f84b328f48bcf8011ad6f58ed6c9224e0dba1521c9ea004a34e0a61ecfda869bf4cc8ac2e5e93bfafe27fcb" 30 ] 31}