fix windows build (unexpected TCP_FASTOPEN define)
[ocurl.git] / ocurl.opam
blobc157e4bf8c25140db8e15654fa58f2f1d0847f05
1 opam-version: "2.0"
2 name: "ocurl"
3 maintainer: "ygrek@autistici.org"
4 homepage: "https://ygrek.org/p/ocurl"
5 license: "MIT"
6 authors: [ "Lars Nilsson" "ygrek" ]
7 dev-repo: "git+https://github.com/ygrek/ocurl.git"
8 bug-reports: "https://github.com/ygrek/ocurl/issues"
9 build: [
11 depends: [
12   "curl" {= version}
14 synopsis: "Transitional dummy package: ocurl -> curl"
15 description: "Use `opam install curl`"