-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Package gremlin.0.1.0 #14498
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
Package gremlin.0.1.0 #14498
Conversation
| build: [ "dune" "build" "-j" jobs "-p" name ] | ||
| depends: [ | ||
| "ocaml" {>= "4.07.1"} | ||
| "dune" {build & >= "1.10.0"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "dune" {build & >= "1.10.0"} | |
| "dune" {>= "1.10.0"} |
Dune should not be flagged as a build dependency anymore (see #14266)
| "lwt_ppx" {>= "1.2.2"} | ||
| "conduit-lwt-unix" {>= "1.4.0"} | ||
| "yojson" {>= "1.7.0"} | ||
| "core" {>= "0.12.3"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "core" {>= "0.12.3"} | |
| "core" {>= "v0.12.3"} |
The v prefix for janestreet packages are relevant
| "conduit-lwt-unix" {>= "1.4.0"} | ||
| "yojson" {>= "1.7.0"} | ||
| "core" {>= "0.12.3"} | ||
| "ppx_let" {>= "0.12.0"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "ppx_let" {>= "0.12.0"} | |
| "ppx_let" {>= "v0.12.0"} |
☀️ All lint checks passed 17544bc
☀️ Installability check (+1)
|
|
Also there is a missing dependency apparently: |
|
I've fixed the issues and opened #14534 |
gremlin.0.1.0Gremlin Client Library
This is an Apache Tinkerpop3 Gremlin client library.
See the official tinkerpop3 and gremlin docs:
This client library is implemented following the driver provider requirements:
🐫 Pull-request generated by opam-publish v2.0.0