Subject: CVS commit: pkgsrc/lang/idris2
From: Masatake Daimon
Date: 2023-11-06 18:17:51
Message id: 20231106171751.49F43FA2D@cvs.NetBSD.org

Log Message:
lang/idris2: import idris2-0.6.0

Idris is a programming language designed to encourage Type-Driven
Development.

In type-driven development, types are tools for constructing programs. We
treat the type as the plan for a program, and use the compiler and type
checker as our assistant, guiding us to a complete program that satisfies
the type. The more expressive the type is that we give up front, the more
confidence we can have that the resulting program will be correct.

In Idris, types are first-class constructs in the langauge. This means
types can be passed as arguments to functions, and returned from functions
just like any other value, such as numbers, strings, or lists. This is a
small but powerful idea, enabling:

* relationships to be expressed between values; for example, that two lists
  have the same length.

* assumptions to be made explicit and checked by the compiler. For example,
  if you assume that a list is non-empty, Idris can ensure this assumption
  always holds before the program is run.

* if desired, properties of program behaviour to be formally stated and
  proven.

Files:
RevisionActionfile
1.1addpkgsrc/lang/idris2/DESCR
1.1addpkgsrc/lang/idris2/Makefile
1.1addpkgsrc/lang/idris2/PLIST
1.1addpkgsrc/lang/idris2/distinfo
1.1addpkgsrc/lang/idris2/patches/patch-Makefile
1.1addpkgsrc/lang/idris2/patches/patch-libs_base_Makefile
1.1addpkgsrc/lang/idris2/patches/patch-libs_contrib_Makefile
1.1addpkgsrc/lang/idris2/patches/patch-libs_linear_Makefile
1.1addpkgsrc/lang/idris2/patches/patch-libs_network_Makefile
1.1addpkgsrc/lang/idris2/patches/patch-libs_prelude_Makefile
1.1addpkgsrc/lang/idris2/patches/patch-libs_test_Makefile
1.1addpkgsrc/lang/idris2/patches/patch-src_Core_Context.idr
1.1addpkgsrc/lang/idris2/patches/patch-src_Core_Options.idr
1.1addpkgsrc/lang/idris2/patches/patch-src_Idris_CommandLine.idr
1.1addpkgsrc/lang/idris2/patches/patch-src_Idris_Package.idr
1.1addpkgsrc/lang/idris2/patches/patch-src_Idris_SetOptions.idr
1.1addpkgsrc/lang/idris2/patches/patch-support_c_Makefile
1.1addpkgsrc/lang/idris2/patches/patch-support_chez_Makefile
1.1addpkgsrc/lang/idris2/patches/patch-support_refc_Makefile