-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
39 lines (39 loc) · 992 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
32
33
34
35
36
37
38
39
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
description: "Simple OCaml Log Library, really crude"
maintainer: ["Muqiu Han"]
authors: ["Muqiu Han"]
license: "MIT"
tags: ["log" "logging" "logger"]
homepage: "https://github.com/muqiuhan/simlog"
doc: "https://github.com/muqiuhan/simlog"
bug-reports: "https://github.com/muqiuhan/simlog/issues"
depends: [
"ocaml"
"dune" {>= "3.5"}
"ocolor"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/muqiuhan/simlog.git"
synopsis: ""
url {
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/HEAD/simlog-0.0.3.tar.gz"
checksum: [
"md5=ad5996746f01fd105b6c315e1293ecc3"
"sha512=2df7530caf721be80b268a98d68cdca7efb83debf5676a248da247daddd6e87d8e2ec745d1463ef3b205ffa32dff02f709e17762c0f7ca865951bf5bf10fda09"
]
}