opam-version: "2.0" maintainer: "mlin@mlin.net" authors: ["Mike Lin"] homepage: "https://github.com/mlin/twt" license: "MIT" remove: [[make "uninstall" "PREFIX=%{prefix}%"]] dev-repo: "git+https://github.com/mlin/twt" install: [make "install" "PREFIX=%{prefix}%"] conflicts: "ocaml+twt" synopsis: "The Whitespace Thing, a layout preprocessor for OCaml code" description: "https://github.com/mlin/twt" depends: ["ocaml" {< "5.0.0"}] url { src: "https://github.com/mlin/twt/archive/v0.94.0.tar.gz" checksum: [ "sha256=7d2ab7181f00d41283cebc3bd0e6e51a2dd9195fe0b89a23437edd07608488e5" "md5=1e7eba2b15defe01d383e2ebfdae0893" ] }