mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-05 19:00:34 -05:00
34 lines
766 B
Text
34 lines
766 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
version: "0.2.4"
|
|
synopsis: "Friendly wrapper around OCurl, Lwt version"
|
|
maintainer: ["simon.cruanes.2007@m4x.org"]
|
|
authors: ["Simon Cruanes"]
|
|
license: "MIT"
|
|
tags: ["curl" "web" "http" "client" "lwt"]
|
|
homepage: "https://github.com/c-cube/ezcurl"
|
|
doc: "https://c-cube.github.io/ezcurl/"
|
|
bug-reports: "https://github.com/c-cube/ezcurl/issues"
|
|
depends: [
|
|
"dune" {>= "3.0"}
|
|
"ezcurl" {= version}
|
|
"lwt"
|
|
"mdx" {with-test}
|
|
"odoc" {with-doc}
|
|
"ocaml" {>= "4.03"}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://github.com/c-cube/ezcurl.git"
|