summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0a71dd99587b2f7c39bd3d34ecf90a9fbc204c3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = ocaml-curl
	pkgdesc = OCaml bindings to libcurl networking library
	pkgver = 0.9.1
	pkgrel = 3
	url = https://github.com/ygrek/ocurl
	arch = i686
	arch = x86_64
	arch = armv7h
	license = BSD
	makedepends = ocaml-findlib
	depends = ocaml
	depends = curl>=7.28.0
	options = !strip
	options = !makeflags
	options = staticlibs
	source = https://github.com/ygrek/ocurl/releases/download/0.9.1/ocurl-0.9.1.tar.gz
	sha256sums = c65f01913270b674a0ca0f278f91bc1e368d7110e8308084bc2280b43a0bc258

pkgname = ocaml-curl