Official LibrariesZIO ParserVersion: ZIO 2.xOn this pageIntroduction to ZIO ParserLibrary for constructing parsers and pretty printers based on invertible syntax descriptions IntroductionInstallationStart by adding zio-parser as a dependency to your project:libraryDependencies += "dev.zio" %% "zio-parser" % "0.1.9"