this repo has no description
1opam-version: "2.0" 2maintainer: "dev@ocsigen.org" 3homepage: "https://ocsigen.org/tyxml/" 4bug-reports: "https://github.com/ocsigen/tyxml/issues" 5doc: "https://ocsigen.org/tyxml/manual/" 6dev-repo: "git+https://github.com/ocsigen/tyxml.git" 7build: ["ocamlfind" "query" "tyxml.ppx"] 8depends: [ 9 "ocaml" {>= "4.02"} 10 "tyxml" {= version} 11 "markup" {>= "0.7.2"} 12 "ppx_tools" 13] 14synopsis: "Virtual package for tyxml's ppx" 15authors: "The ocsigen team"