Publish repodb 0.3.0 (3 packages)

Changed files
+133
packages
repodb
repodb.0.3.0
repodb-postgresql
repodb-postgresql.0.3.0
repodb-sqlite
repodb-sqlite.0.3.0
+41
packages/repodb-postgresql/repodb-postgresql.0.3.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + version: "0.3.0" 4 + synopsis: "PostgreSQL driver for repodb" 5 + description: 6 + "PostgreSQL driver implementation for repodb using the postgresql-ocaml library." 7 + maintainer: ["Gabriel Díaz"] 8 + authors: ["Gabriel Díaz"] 9 + license: "ISC" 10 + tags: ["database" "postgresql" "driver"] 11 + homepage: "https://tangled.org/gdiazlo.tngl.sh/repodb" 12 + doc: "https://tangled.org/gdiazlo.tngl.sh/repodb" 13 + bug-reports: "https://tangled.org/gdiazlo.tngl.sh/repodb/issues" 14 + depends: [ 15 + "ocaml" {>= "5.1"} 16 + "dune" {>= "3.20" & >= "3.20"} 17 + "repodb" {= version} 18 + "postgresql" {>= "5.0"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/repodb" 36 + x-maintenance-intent: ["(latest)"] 37 + 38 + url { 39 + src: "https://opam.qswarm.com/repodb/repodb.0.3.0.tbz" 40 + checksum: "sha256=5c45ba2d874a5a7d6bba3b7796653337e5703d0865393e18c84651bc467846ac" 41 + }
+41
packages/repodb-sqlite/repodb-sqlite.0.3.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + version: "0.3.0" 4 + synopsis: "SQLite driver for repodb" 5 + description: 6 + "SQLite driver implementation for repodb using the sqlite3-ocaml library." 7 + maintainer: ["Gabriel Díaz"] 8 + authors: ["Gabriel Díaz"] 9 + license: "ISC" 10 + tags: ["database" "sqlite" "driver"] 11 + homepage: "https://tangled.org/gdiazlo.tngl.sh/repodb" 12 + doc: "https://tangled.org/gdiazlo.tngl.sh/repodb" 13 + bug-reports: "https://tangled.org/gdiazlo.tngl.sh/repodb/issues" 14 + depends: [ 15 + "ocaml" {>= "5.1"} 16 + "dune" {>= "3.20" & >= "3.20"} 17 + "repodb" {= version} 18 + "sqlite3" {>= "5.0"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/repodb" 36 + x-maintenance-intent: ["(latest)"] 37 + 38 + url { 39 + src: "https://opam.qswarm.com/repodb/repodb.0.3.0.tbz" 40 + checksum: "sha256=5c45ba2d874a5a7d6bba3b7796653337e5703d0865393e18c84651bc467846ac" 41 + }
+51
packages/repodb/repodb.0.3.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + version: "0.3.0" 4 + synopsis: "Ecto-like database toolkit for OCaml" 5 + description: 6 + "repodb is a database toolkit inspired by Elixir's Ecto. It provides type-safe query building, schema definitions, changesets for data validation, and database migrations." 7 + maintainer: ["Gabriel Díaz"] 8 + authors: ["Gabriel Díaz"] 9 + license: "ISC" 10 + tags: [ 11 + "database" "postgresql" "sqlite" "ecto" "orm" "query-builder" "migrations" 12 + ] 13 + homepage: "https://tangled.org/gdiazlo.tngl.sh/repodb" 14 + doc: "https://tangled.org/gdiazlo.tngl.sh/repodb" 15 + bug-reports: "https://tangled.org/gdiazlo.tngl.sh/repodb/issues" 16 + depends: [ 17 + "ocaml" {>= "5.1"} 18 + "dune" {>= "3.20" & >= "3.20"} 19 + "ptime" {>= "1.1"} 20 + "re" {>= "1.11"} 21 + "uuidm" {>= "0.9"} 22 + "kcas" {>= "0.7"} 23 + "kcas_data" {>= "0.7"} 24 + "alcotest" {>= "1.7" & with-test} 25 + "yojson" {>= "2.0" & with-test} 26 + "lwt" {>= "5.6" & with-test} 27 + "eio" {>= "1.0" & with-test} 28 + "eio_main" {>= "1.0" & with-test} 29 + "odoc" {with-doc} 30 + ] 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + [ 34 + "dune" 35 + "build" 36 + "-p" 37 + name 38 + "-j" 39 + jobs 40 + "@install" 41 + "@runtest" {with-test} 42 + "@doc" {with-doc} 43 + ] 44 + ] 45 + dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/repodb" 46 + x-maintenance-intent: ["(latest)"] 47 + 48 + url { 49 + src: "https://opam.qswarm.com/repodb/repodb.0.3.0.tbz" 50 + checksum: "sha256=5c45ba2d874a5a7d6bba3b7796653337e5703d0865393e18c84651bc467846ac" 51 + }