this repo has no description
1opam-version: "2.0" 2maintainer: "Tarun Agarwal <me@tarunagarwal.me>" 3homepage: "https://github.com/kodwx/Lucid" 4bug-reports: "https://github.com/kodwx/Lucid/issues" 5dev-repo: "git+https://github.com/kodwx/Lucid.git" 6license: "MIT" 7build: [ 8 ["dune" "build" "-p" name "-j" jobs] 9] 10depends: [ 11 "ocaml" {>= "4.13.0"} 12 "dune" {>= "3.0.0"} 13] 14synopsis: "Super simple logging library for OCaml" 15description: " 16Super simple logging library for OCaml. 17Lucid has no runtime dependencies, but building it requires dune. 18" 19authors: "Tarun Agarwal <me@tarunagarwal.me>" 20url { 21 src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/HEAD/lucid-0.1.5.tar.gz" 22 checksum: [ 23 "md5=a9ea439ccba707b5a206cf2a316caeda" 24 "sha512=4d2a58563f673d55c47f3fb2d44ce553bf1074762ebc4edb02720e54684b6573a3fb8271450c27656639b5692be1a0d36c681c852dace360182c735a7cd9e82b" 25 ] 26}