Skip to content

Commit

Permalink
Merge pull request ocaml#10818 from mmottl/opam-publish-sqlite3.4.3.1
Browse files Browse the repository at this point in the history
Package sqlite3.4.3.1
  • Loading branch information
mseri authored Nov 22, 2017
2 parents 35e6cc4 + dbf625b commit 34e4d57
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/sqlite3/sqlite3.4.3.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sqlite3-ocaml - SQLite3 bindings for OCaml

sqlite3-ocaml is an OCaml library with bindings to the SQLite3 client API.
Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL
database engine with outstanding performance for many use cases.
41 changes: 41 additions & 0 deletions packages/sqlite3/sqlite3.4.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "1.2"
maintainer: "Markus Mottl <[email protected]>"
authors: [
"Markus Mottl <[email protected]>"
"Christian Szegedy <[email protected]>"
]
license: "Expat"
homepage: "http://mmottl.github.io/sqlite3-ocaml"
doc: "https://mmottl.github.io/sqlite3-ocaml/api"
dev-repo: "https://github.com/mmottl/sqlite3-ocaml.git"
bug-reports: "https://github.com/mmottl/sqlite3-ocaml/issues"
tags: [ "clib:sqlite3" "clib:pthread" ]

build: [
["jbuilder" "subst"]{pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
"conf-pkg-config" {build}
"base" {build}
"stdio" {build}
"configurator" {build}
"jbuilder" {build & >= "1.0+beta10"}
]

depexts: [
[["debian"] ["libsqlite3-dev"]]
[["freebsd"] ["database/sqlite3"]]
[["openbsd"] ["database/sqlite3"]]
[["ubuntu"] ["libsqlite3-dev"]]
[["centos"] ["sqlite-devel"]]
[["rhel"] ["sqlite-devel"]]
[["fedora"] ["sqlite-devel"]]
[["alpine"] ["sqlite-dev"]]
[["opensuse"] ["sqlite3-devel"]]
[["osx" "homebrew"] ["sqlite3"]]
[["osx" "macports"] ["sqlite3"]]
]

available: [ ocaml-version >= "4.04" ]
2 changes: 2 additions & 0 deletions packages/sqlite3/sqlite3.4.3.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mmottl/sqlite3-ocaml/releases/download/4.3.1/sqlite3-4.3.1.tbz"
checksum: "bfee49a3e1b2f986e5533f0b849569f7"

0 comments on commit 34e4d57

Please sign in to comment.