-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathopam
31 lines (31 loc) · 749 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
opam-version: "1.2"
name: "git-lfs-server"
version: "0.3.1"
maintainer: "Stanislav Artemkin <[email protected]>"
authors: [ "Stanislav Artemkin" ]
license: "ISC"
homepage: "https://github.com/artemkin/git-lfs-server"
bug-reports: "https://github.com/artemkin/git-lfs-server/issues"
dev-repo: "https://github.com/artemkin/git-lfs-server.git"
build: [
["./scripts/build.sh" "src/lfs_server.native"]
]
install: ["cp" "lfs_server.native" "%{bin}%/git-lfs-server"]
remove: [
["ocamlfind" "remove" "git-lfs-server"]
["rm" "-f" "%{bin}%/git-lfs-server"]
]
depends: [
"ocamlfind" {build}
"async"
"async_ssl"
"base-threads"
"cohttp" {>= "0.17.1"}
"cohttp-async"
"core"
"cryptokit"
"ocamlfind"
"sexplib"
"yojson"
"simple_pam"
]