-
Notifications
You must be signed in to change notification settings - Fork 1
/
scylla.opam
44 lines (33 loc) · 867 Bytes
/
scylla.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
opam-version: "2.0"
synopsis: "Scylla/Cassandra database driver written in OCaml"
version: "0.0.1"
license: "MIT"
homepage: "https://github.com/anmolsahoo25/ocaml-scylla"
bug-reports: "https://github.com/anmolsahoo25/ocaml-scylla/issues"
authors: [
"Anmol Sahoo"
]
maintainer: [
"Anmol Sahoo <[email protected]>"
]
dev-repo: "git+https://github.com/anmolsahoo25/ocaml-scylla"
depends: [
"dune" {>= "2.0.0"}
"dune-configurator"
"ocaml" {>= "4.08.0"}
"angstrom" {>= "0.14.1"}
"faraday" {>= "0.7.1"}
"lwt" {>= "5.3.0"}
"uutf" {>= "1.0.2"}
"ppx_deriving" {>= "4.5"}
"bigstringaf" {>= "0.6.1"}
"ounit2" {with-test & >= "2.2.3"}
"bigstring" {with-test & >= "0.3"}
]
depopts: [
]
build: [
["dune" "build" "-p" name "-j" jobs]
]
description: "A driver for Scylla/Cassandra databases implementing
the CQL binary protocol in OCaml"