Path to this page:
./
misc/ocaml-opam-file-format,
Parser and printer for the opam file syntax
Branch: CURRENT,
Version: 2.1.6,
Package name: ocaml-opam-file-format-2.1.6,
Maintainer: jaapbThis is a parser and printer for opam files.
Required to run:[
lang/ocaml] [
devel/ocaml-findlib]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 35.946 KB
Version history: (Expand)
- (2023-04-27) Updated to version: ocaml-opam-file-format-2.1.6
- (2022-05-02) Updated to version: ocaml-opam-file-format-2.1.4
- (2022-03-07) Updated to version: ocaml-opam-file-format-2.1.3
- (2021-03-08) Updated to version: ocaml-opam-file-format-2.1.0nb1
- (2020-12-09) Updated to version: ocaml-opam-file-format-2.1.0
- (2018-11-27) Updated to version: ocaml-opam-file-format-2.0.0
CVS history: (Expand)
2023-04-27 14:02:51 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
ocaml-opam-file-format: update to 2.1.6.
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]
|
2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145) |
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
|
2022-05-02 14:46:54 by Jaap Boender | Files touched by this commit (3) |
Log message:
Updated misc/ocaml-file-format to version 2.1.4.
Upstream changes: one minor bugfix.
|
2022-03-07 11:27:08 by Jaap Boender | Files touched by this commit (4) |
Log message:
Updated misc/ocaml-opam-file-format to version 2.1.3.
Changes are mostly minor, but this is needed to compile opaline 0.3.3.
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | |
Log message:
Recursive revbump associated with update of lang/ocaml
|
2020-12-09 11:36:09 by Jaap Boender | Files touched by this commit (3) |
Log message:
Updated misc/ocaml-opam-file-format to 2.1.0
Changes include:
* Don't add a newline at the start of strings with newlines
* Report starting position of strings correctly
* Add dune files
|