From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id VAA11060; Sun, 24 Oct 2004 21:07:34 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id VAA11071 for ; Sun, 24 Oct 2004 21:07:33 +0200 (MET DST) Received: from annexia.force9.co.uk (annexia.force9.co.uk [212.56.101.183]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id i9OJ7Xxa006205 for ; Sun, 24 Oct 2004 21:07:33 +0200 Received: from rich by annexia.force9.co.uk with local (Exim 3.36 #1 (Debian)) id 1CLniG-0005G8-00 for ; Sun, 24 Oct 2004 20:07:32 +0100 Date: Sun, 24 Oct 2004 20:07:32 +0100 To: caml-list@inria.fr Subject: [Caml-list] ANNOUNCE: Library for handling Gregorian date calculations Message-ID: <20041024190732.GA20180@annexia.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i From: Richard Jones X-Miltered: at nez-perce with ID 417BFD75.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; 1.0.0,:01 lgpl:01 2004:99 easter:99 2005:99 ltd:98 ocaml:01 ocaml:01 caml:01 caml:01 int:01 int:01 exception:02 linking:02 modules:02 X-Attachments: type="application/pgp-signature" name="signature.asc" Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm pleased to announce GregorianDate, which is a pure Objective CAML library for handling calculations on the Gregorian calendar. http://www.merjis.com/developers/gregorian_date This is version 1.0.0, which is mature, stable and widely used (by me). The library is released under the GNU LGPL with OCaml linking exception. Example: $ ocaml -I +gregoriandate Objective Caml version 3.08.1 # #load "gregorianDate.cma";; # open GregorianDate;; # days_in_year 2004;; - : int =3D 366 # business_of_standard (2004, 10, 24);; - : (int * int) * int =3D ((2004, 43), 7) # easter_sunday 2005;; - : int * int * int =3D (2005, 3, 27) # day_of_week (2004, 10, 24);; - : int =3D 7 # nth_weekday_of_month (2004, 10) 7 4;; - : int * int * int =3D (2004, 10, 24) # add_delta_days (2004, 10, 24) 100;; - : int * int * int =3D (2005, 2, 1) etc. Rich. --=20 Richard Jones. http://www.annexia.org/ http://www.j-london.com/ >>> http://www.team-notepad.com/ - collaboration tools for teams <<< Merjis Ltd. http://www.merjis.com/ - improving website return on investment Write Apache modules in OCaml - http://www.merjis.com/developers/mod_caml --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFBe/104le1M6q9pzoRAlFHAKCdRSUZy/WxB9xIFY/bJzir8fZgkACgmPYl DcxKYA63uvpfxEquq+FO8pI= =fNkl -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners