mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Replace GNU configure to dune builds system. Add do-test target. Submitter takes maintainership. Update WWW. Switch to DISTVERSION. The last update of alt-ergo in ports tree was about 10 years ago, the newest version requires many new libraries in ports tree. New ports: devel/ocaml-dolmen devel/ocaml-gen devel/ocaml-hmap devel/ocaml-linol devel/ocaml-lsp devel/ocaml-octavius devel/ocaml-pp_loc devel/ocaml-ppx_blob devel/ocaml-ppx_compare devel/ocaml-ppx_deriving devel/ocaml-ppx_hash devel/ocaml-ppx_js_style devel/ocaml-ppx_yojson_conv devel/ocaml-ppx_yojson_conv_lib devel/ocaml-psmt2-frontend devel/ocaml-trace math/ocaml-farith math/ocaml-ocplib-simplex textproc/ocaml-spelll PR: 279337
5 lines
290 B
Text
5 lines
290 B
Text
This OCaml library allows to format the location, of an error e.g., in
|
|
a source file. The source of the error will be highlighted,
|
|
differently if the location, or set there-of, spans multiple
|
|
lines. This library was originally extracted from the sources of the
|
|
OCaml compiler version 4.08.
|