this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml-flambda2/"
3synopsis: "A pseudo library to indicate the present of Flambda2 features"
4description: """
5Flambda2-enhanced version of the OCaml compiler"
6"""
7depends: [
8 "ocaml-variants" {= "5.1.1+flambda2" | = "5.1.1+flambda2+trunk"}
9]