Skip to content

Commit

Permalink
[new release] fun-sql (3 packages) (0.2.3)
Browse files Browse the repository at this point in the history
CHANGES:

Please refer to release notes in tags.
  • Loading branch information
yawaramin committed Jun 16, 2024
1 parent b6de4bb commit 4938fd8
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 0 deletions.
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"

0 comments on commit 4938fd8

Please sign in to comment.