Dockerfile eDSL, combinators, printer and parser
0

Configure Feed

Select the types of activity you want to include in your feed.

carry the fork warning in the dune-project descriptions too

The README fork warning landed for these nine forks, but the established
standard also carries a WARNING: prefix in the package description (21 other
forks do). Add it to each main package's description crediting the upstream
(digestif, cohttp, checkseum, mirage-tcpip, mirage, kdf, osrelease,
ocaml-dockerfile, jsont) and regenerate the opam files. Secondary packages
(-eio, mrg, -js) are left as-is, matching the main-package-only convention
the other forks follow.

+5 -2
+4 -1
dune-project
··· 18 18 (synopsis "Dockerfile eDSL, combinators, printer and parser") 19 19 (tags (org:blacksun system)) 20 20 (description 21 - "A typed representation of a Dockerfile (the eDSL and combinators), a 21 + "WARNING: This is an experimental fork of ocaml-dockerfile. Do not use in \ 22 + production. Use ocaml-dockerfile instead: \ 23 + https://github.com/avsm/ocaml-dockerfile. \ 24 + A typed representation of a Dockerfile (the eDSL and combinators), a 22 25 pretty-printer, and an ocamllex + menhir parser. Imported from Anil 23 26 Madhavapeddy's ocaml-dockerfile and adapted to drop the ppx_sexp_conv / 24 27 sexplib dependency (fmt only). Exposes the [Dockerfile] module.")
+1 -1
nox-dockerfile.opam
··· 2 2 opam-version: "2.0" 3 3 synopsis: "Dockerfile eDSL, combinators, printer and parser" 4 4 description: """ 5 - A typed representation of a Dockerfile (the eDSL and combinators), a 5 + WARNING: This is an experimental fork of ocaml-dockerfile. Do not use in production. Use ocaml-dockerfile instead: https://github.com/avsm/ocaml-dockerfile. A typed representation of a Dockerfile (the eDSL and combinators), a 6 6 pretty-printer, and an ocamllex + menhir parser. Imported from Anil 7 7 Madhavapeddy's ocaml-dockerfile and adapted to drop the ppx_sexp_conv / 8 8 sexplib dependency (fmt only). Exposes the [Dockerfile] module."""