Skip to content

Commit

Permalink
Merge pull request #15474 from c-cube/opam-publish-sqlite3_utils.0.1
Browse files Browse the repository at this point in the history
Package sqlite3_utils.0.1
  • Loading branch information
kit-ty-kate committed Dec 7, 2019
2 parents 714c414 + 6eab48f commit 4e17ba8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/sqlite3_utils/sqlite3_utils.0.1/opam
@@ -0,0 +1,31 @@
opam-version: "2.0"
authors: ["Simon Cruanes"]
maintainer: "simon.cruanes.2007@m4x.org"
license: "MIT"
synopsis: "High-level wrapper around ocaml-sqlite3"
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name] {with-doc}
["dune" "runtest" "-p" name] {with-test}
]
depends: [
"dune" { >= "1.1" }
"ocaml" { >= "4.03.0" }
"sqlite3"
"seq"
"qtest" {with-test & >= "2.10.1" }
"qcheck" {with-test}
"odoc" {with-doc}
]
tags: [ "sqlite3" "gadt" "typed" "sql" ]
homepage: "https://github.com/c-cube/sqlite3_utils/"
doc: "https://c-cube.github.io/sqlite3_utils/"
bug-reports: "https://github.com/c-cube/sqlite3_utils/issues"
dev-repo: "git+https://github.com/c-cube/sqlite3_utils.git"
url {
src: "https://github.com/c-cube/sqlite3_utils/archive/0.1.tar.gz"
checksum: [
"md5=3d785eea94e5719d54d050c8939e7259"
"sha512=4ff14524f809daa789c9eee34d187f112a93a0deb4dcc0e8a06f8926dd06f60b839bdffd4b38de3ef9ddb7307b38c2d5810cbd6ad96f22d104330dbf23ec9c15"
]
}

0 comments on commit 4e17ba8

Please sign in to comment.