package opam-file-format

  1. Overview
  2. Docs
Parser and printer for the opam file syntax

Install

Dune Dependency

Authors

Maintainers

Sources

opam-file-format-2.2.0-alpha1.tar.gz
md5=e7454160b5f3982016ddaac2dfd5bf52
sha512=9dcf662a4aa8dc71eb74b88f42c0226b882e96137dc2380bf581c0607693907cf5afbe5d77d6dad87b7c500b270170a67b3e164095102afa5964a5afeb293ff6

CHANGES.html

CHANGES

2.2.0~alpha1 [06 December 2024]
-------------------------------
* Remove the optional GNU Make build system in favour of Dune [#51 @kit-ty-kate]
* Make the parser domain-safe by switching from ocamlyacc to menhir [#60 @kit-ty-kate]

2.1.6 [20 March 2023]
------------------------
* Remove deprecated usage of `Printf.ksprintf`, ocaml 5 compatibility

2.1.5 [14 December 2022]
------------------------
* Fix extra lines on non empty headers [#49 @hhugo]
* Make the tests flambda2-ready [#52 @lthls]
* Fix build failure on OCaml 5.0 when using the non-dune build mode [#50 @dra27]

2.1.4 [12 April 2022]
---------------------
* Fix position in the sections parser [#46 @hhugo]

2.1.3 [21 May 2021]
-------------------
* Fix module link order (broken by #37) [#41 @dra27]
* opam-version: "2.1" must appear at most once and as the first non-comment
  item. If opam-version is at the start and is greater than the library version,
  `OpamLexer.Error` and `Parsing.Parse_error` are no longer raised; instead the
  opam-version variable is returned along with an invalid group to signal the
  parsing error, giving the client enough information to act.
  [#43, #44, #45 @dra27]

2.1.2 [07 Jan 2021]
-------------------
* Some hash-consing for strings [#27 @AltGr]
* Fix named section position [#31 @rjbou]
* Don't include build system Flags module in installation [#34 @dra27]
* Allow compilation with Dune 1.x [#35 @kit-ty-kate]
* Fix compilation of OpamParserTypes [#36 @dra27]

2.1.1 [17 Nov 2020]
-------------------
* New types with more complete positions [#24 @rjbou]
* Deprecation of all old functions [#24 @rjbou]
* Add tests [#28 @rjbou]

2.1.0 [26 Aug 2020]
-------------------
* Don't add a newline at the start of strings with newlines [#18 @dra27]
* Report starting position of strings correctly [#19 @rjbou]
* Add dune files [#13 @avsm @jonludlam @dra27]

2.0.0 [1 Aug 2018]
------------------
* Initial version
OCaml

Innovation. Community. Security.