forked from sgrove/multipart-form-data
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopam
More file actions
24 lines (24 loc) · 726 Bytes
/
opam
File metadata and controls
24 lines (24 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
opam-version: "1.2"
maintainer: "Etienne Millon <etienne@cryptosense.com>"
authors: "Etienne Millon <etienne@cryptosense.com>"
homepage: "https://github.com/cryptosense/multipart-form-data"
bug-reports: "https://github.com/cryptosense/multipart-form-data/issues"
license: "BSD-2"
dev-repo: "https://github.com/cryptosense/multipart-form-data.git"
build: [
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
]
build-test: [
[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true" ]
[ "ocaml" "pkg/pkg.ml" "test" ]
]
depends: [
"topkg" {build}
"ocamlfind" {build}
"alcotest" {test}
"ppx_deriving" {test}
"stringext"
"lwt" {>= "2.5.0"}
"lwt_ppx"
]
available: [ocaml-version >= "4.02.0"]