Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] fun-sql (3 packages) (0.2.3) #26097

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions packages/fun-postgresql/fun-postgresql.0.2.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "PostgreSQL query support"
description: "Use this package for running PostgreSQL queries."
maintainer: ["Yawar Amin <[email protected]>"]
authors: ["Yawar Amin <[email protected]>"]
license: "GPL-3.0-or-later"
tags: ["org:yawaramin"]
homepage: "https://github.com/yawaramin/fun-sql"
doc: "https://yawaramin.github.io/fun-sql/fun-postgresql/Fun_postgresql/"
bug-reports: "https://github.com/yawaramin/fun-sql/issues"
depends: [
"dune" {>= "2.7"}
"fun-sql" {= version}
"postgresql" {>= "5.0.0" & < "6.0.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/yawaramin/fun-sql.git"
url {
src:
"https://github.com/yawaramin/fun-sql/releases/download/v0.2.3/fun-sql-0.2.3.tbz"
checksum: [
"sha256=9403585482c0327877d89a0640f7f8163ae708d2b8031d4d39e067d744bb7528"
"sha512=cc1871892ce7900c8b88413e0d3f1c692521d098b4ac3dd42dc3018c6321fe3f9bf2a3ef999397974eee75f3441737d5241b958e117fb4461bc69efc2bd8a876"
]
}
x-commit-hash: "4b7e05759f12e4b4ae919b93f417700e0f000359"
40 changes: 40 additions & 0 deletions packages/fun-sql/fun-sql.0.2.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "Shared code for SQL libraries"
description:
"Shared code for SQL packages, use fun-sqlite or fun-postgresql directly depending on which database you are using."
maintainer: ["Yawar Amin <[email protected]>"]
authors: ["Yawar Amin <[email protected]>"]
license: "GPL-3.0-or-later"
tags: ["org:yawaramin"]
homepage: "https://github.com/yawaramin/fun-sql"
doc: "https://yawaramin.github.io/fun-sql/fun-sql/Fun_sql/"
bug-reports: "https://github.com/yawaramin/fun-sql/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.14.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/yawaramin/fun-sql.git"
url {
src:
"https://github.com/yawaramin/fun-sql/releases/download/v0.2.3/fun-sql-0.2.3.tbz"
checksum: [
"sha256=9403585482c0327877d89a0640f7f8163ae708d2b8031d4d39e067d744bb7528"
"sha512=cc1871892ce7900c8b88413e0d3f1c692521d098b4ac3dd42dc3018c6321fe3f9bf2a3ef999397974eee75f3441737d5241b958e117fb4461bc69efc2bd8a876"
]
}
x-commit-hash: "4b7e05759f12e4b4ae919b93f417700e0f000359"
40 changes: 40 additions & 0 deletions packages/fun-sqlite/fun-sqlite.0.2.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "SQLite query support"
description: "Use this package for running SQLite queries."
maintainer: ["Yawar Amin <[email protected]>"]
authors: ["Yawar Amin <[email protected]>"]
license: "GPL-3.0-or-later"
tags: ["org:yawaramin"]
homepage: "https://github.com/yawaramin/fun-sql"
doc: "https://yawaramin.github.io/fun-sql/fun-sqlite/Fun_sqlite/"
bug-reports: "https://github.com/yawaramin/fun-sql/issues"
depends: [
"dune" {>= "2.7"}
"fun-sql" {= version}
"sqlite3" {>= "5.1.0" & < "6.0.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/yawaramin/fun-sql.git"
url {
src:
"https://github.com/yawaramin/fun-sql/releases/download/v0.2.3/fun-sql-0.2.3.tbz"
checksum: [
"sha256=9403585482c0327877d89a0640f7f8163ae708d2b8031d4d39e067d744bb7528"
"sha512=cc1871892ce7900c8b88413e0d3f1c692521d098b4ac3dd42dc3018c6321fe3f9bf2a3ef999397974eee75f3441737d5241b958e117fb4461bc69efc2bd8a876"
]
}
x-commit-hash: "4b7e05759f12e4b4ae919b93f417700e0f000359"
Loading