this repo has no description
1opam-version: "2.0" 2author: "Bramford Horton <bram.horton@gmail.com>" 3maintainer: "Bramford Horton <bram.horton@gmail.com>" 4homepage: "https://github.com/bramford/ocaml-gremlin" 5bug-reports: "https://github.com/bramford/ocaml-gremlin/issues" 6dev-repo: "git+https://github.com/bramford/ocaml-gremlin" 7doc: "https://bramford.github.io/ocaml-gremlin/doc" 8license: "ISC" 9build: [ "dune" "build" "-j" jobs "-p" name ] 10depends: [ 11 "ocaml" {>= "4.07.1"} 12 "conduit-lwt-unix" {>= "1.4.0" & < "5.0.0"} 13 "containers" {>= "2.6"} 14 "core" {>= "v0.12.3" & < "v0.15"} 15 "dune" {>= "1.10.0"} 16 "lwt" {>= "4.2.1"} 17 "lwt_ppx" {>= "1.2.2"} 18 "ppx_let" {>= "v0.12.0"} 19 "yojson" {>= "1.7.0"} 20 "websocket" {>= "2.13"} 21 "websocket-lwt-unix" {>= "2.13"} 22] 23synopsis: "Gremlin Client Library" 24description: """ 25This is an Apache Tinkerpop3 Gremlin client library. 26 27See the official tinkerpop3 and gremlin docs: 28- http://tinkerpop.apache.org/docs/current/ 29 30This client library is implemented following the driver provider requirements: 31- http://tinkerpop.apache.org/docs/current/dev/provider/#_graph_driver_provider_requirements 32""" 33url { 34 src: "https://github.com/bramford/ocaml-gremlin/archive/0.1.1.tar.gz" 35 checksum: [ 36 "md5=d6d34be20f43e9ff4c6b18159e99ea2c" 37 "sha512=42b39f19eb57d1f30b8e078457078e0d2dda35e538cc7fc28bc65d4cac6ebe8ad08f81fcd5f5e7e151c3cbfcd4ab9f9b09cba1608682fdda08eab0b5761b0bbe" 38 ] 39}