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