-
Notifications
You must be signed in to change notification settings - Fork 0
/
slurp.opam
55 lines (52 loc) · 1.24 KB
/
slurp.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file was generated by `drom` from `drom.toml`.
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "slurp"
version: "0.2.0"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
synopsis: "The slurp project"
description: """
This is the description
of the slurp OCaml project
"""
authors: ["Julien BLOND <[email protected]>"]
maintainer: ["Julien BLOND <[email protected]>"]
homepage: "https://Ninjapouet.github.io/slurp"
doc: "https://Ninjapouet.github.io/slurp/sphinx"
bug-reports: "https://github.com/Ninjapouet/slurp/issues"
dev-repo: "git+https://github.com/Ninjapouet/slurp.git"
tags: "org:Ninjapouet"
build: [
["dune" "subst"] {dev}
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
]
install: [
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
]
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "2.6.0"}
"uri" {}
"magic-mime" {}
"lwt" {}
"fpath" {}
"fmt" {}
"ezjsonm" {}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
"lwt_ppx" {}
]