Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions packages/gremlin/gremlin.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
maintainer: "Bramford Horton <[email protected]>"
homepage: "https://github.com/bramford/ocaml-gremlin"
bug-reports: "https://github.com/bramford/ocaml-gremlin/issues"
dev-repo: "git+https://github.com/bramford/ocaml-gremlin"
doc: "https://bramford.github.io/ocaml-gremlin/doc"
license: "ISC"
build: [ "dune" "build" "-j" jobs "-p" name ]
depends: [
"ocaml" {>= "4.07.1"}
"dune" {build & >= "1.10.0"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"dune" {build & >= "1.10.0"}
"dune" {>= "1.10.0"}

Dune should not be flagged as a build dependency anymore (see #14266)

"lwt" {>= "4.2.1"}
"containers" {>= "2.6"}
"lwt_ppx" {>= "1.2.2"}
"conduit-lwt-unix" {>= "1.4.0"}
"yojson" {>= "1.7.0"}
"core" {>= "0.12.3"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"core" {>= "0.12.3"}
"core" {>= "v0.12.3"}

The v prefix for janestreet packages are relevant

"ppx_let" {>= "0.12.0"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ppx_let" {>= "0.12.0"}
"ppx_let" {>= "v0.12.0"}

]
synopsis: "Gremlin Client Library"
description: """
This is an Apache Tinkerpop3 Gremlin client library.

See the official tinkerpop3 and gremlin docs:
- http://tinkerpop.apache.org/docs/current/

This client library is implemented following the driver provider requirements:
- http://tinkerpop.apache.org/docs/current/dev/provider/#_graph_driver_provider_requirements
"""
authors: "Bramford Horton <[email protected]>"
url {
src: "https://github.com/bramford/ocaml-gremlin/archive/v0.1.0.tar.gz"
checksum: [
"md5=25305ca5e5c682638a17986b0f602ec2"
"sha512=234a3b87152ae35d34cd249dcfb0ba85eb7d14361bb5101420fadfadb3a9ce564a9f8851027f3bf5af129c34f78e4c2243427ca747deecdd9d33a6082ac88868"
]
}