this repo has no description
1opam-version: "2.0" 2maintainer: "mlin@mlin.net" 3authors: ["Mike Lin"] 4homepage: "https://github.com/mlin/twt" 5license: "MIT" 6remove: [[make "uninstall" "PREFIX=%{prefix}%"]] 7dev-repo: "git+https://github.com/mlin/twt" 8install: [make "install" "PREFIX=%{prefix}%"] 9conflicts: "ocaml+twt" 10synopsis: "The Whitespace Thing, a layout preprocessor for OCaml code" 11description: "https://github.com/mlin/twt" 12depends: ["ocaml" {< "5.0.0"}] 13url { 14 src: "https://github.com/mlin/twt/archive/v0.94.0.tar.gz" 15 checksum: [ 16 "sha256=7d2ab7181f00d41283cebc3bd0e6e51a2dd9195fe0b89a23437edd07608488e5" 17 "md5=1e7eba2b15defe01d383e2ebfdae0893" 18 ] 19}