this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A simple OCaml logging library"
4description: "A simple OCaml logging library"
5maintainer: ["Muqiu Han"]
6authors: ["Muqiu Han"]
7license: "MIT"
8tags: ["log" "logging" "logger"]
9homepage: "https://github.com/muqiuhan/simlog"
10doc: "https://github.com/muqiuhan/simlog"
11bug-reports: "https://github.com/muqiuhan/simlog/issues"
12depends: [
13 "ocaml" {>= "4.11.0"}
14 "dune" {>= "3.5"}
15 "ocolor"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/muqiuhan/simlog.git"
33url {
34 src: "https://github.com/muqiuhan/dog/archive/refs/tags/0.0.4.tar.gz"
35 checksum: [
36 "md5=a8f08faca5c575b58b31c1a219a96f5e"
37 "sha512=34b01d5906bc4cddadae7807337f40fecb2f527656fc094deb2fabf169664d579a8198f08f81c89c0a90bb5212870fb460ff38fa10f5630fa87a6bec19187adb"
38 ]
39}