this repo has no description
1opam-version: "2.0" 2synopsis: "Simple and fast site generator" 3maintainer: ["Roddy MacSween <github@roddymacsween.co.uk>"] 4authors: ["Roddy MacSween <github@roddymacsween.co.uk>"] 5license: "MIT" 6homepage: "https://github.com/roddyyaga/finch" 7doc: "https://roddyyaga.github.io/finch" 8bug-reports: "https://github.com/roddyyaga/finch/issues" 9depends: [ 10 "ocaml" {>= "4.07"} 11 "dune" {>= "2.6"} 12 "core" {< "v0.15"} 13 "ppx_let" 14 "omd" 15 "yaml" 16 "jingoo" {>= "1.4.0"} 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/roddyyaga/finch.git" 33url { 34 src: "https://github.com/roddyyaga/finch/archive/0.1.tar.gz" 35 checksum: [ 36 "md5=68ca8039be1f7ecbba42b00246733e33" 37 "sha512=619af6f76241c076da9b22b2e6c1c0d345dedef55b6f89bfd1f9b4e4789d8f525408a6d01884f8d4004de2130b384a69e2d466ac260b8bdc6f7149c9f82666a0" 38 ] 39}