From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id A1664BC57 for ; Thu, 15 Apr 2010 17:12:19 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah0DABfKxkvRVdrikGdsb2JhbACPdIFWihwIFQEBAQEJCQwHEQMfrVCBcYYZLohNAQEDBYUJBA X-IronPort-AV: E=Sophos;i="4.52,213,1270418400"; d="scan'208";a="48961782" Received: from mail-bw0-f226.google.com ([209.85.218.226]) by mail2-smtp-roc.national.inria.fr with ESMTP; 15 Apr 2010 17:12:19 +0200 Received: by bwz26 with SMTP id 26so1534866bwz.7 for ; Thu, 15 Apr 2010 08:12:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=5B8UNIDzf2ZAT+UNaEcDmsKjDiq+3muEvPcZQdIKMzE=; b=WrnIbJ2hLwVYPeH7NgcWTI+8UrT5YU8BqLKbxY+SLZiVDV1Vpe81qWsAIDBPKwArB9 azr5wLHiE4DMuksVWvkV9vN72I76pseRNmsRtwjJ/UF/6k2jsIVTwZi/JrfvwneZLcIQ Vnwt0Y7CjmUsiN/RxsRQWAVtw/gvrAcULqxw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=VSo5zVzOgF65xS1nsUqoeV2X1yZ66xKt7HKSl/UH0z0CWW51bXCjQRZ5/HDq5Ifc7g TgvicE9qXaZdiLHwQ+VbzmKWHOsprE8K0K0Ev4gG77KxX6K19JzJInCD1NmYHJ7DGxPU 6fvo9osbwep6x/3xASPee54NjvxJCC7ipydmM= Received: by 10.204.14.84 with SMTP id f20mr176800bka.209.1271344336935; Thu, 15 Apr 2010 08:12:16 -0700 (PDT) Received: from [192.168.2.3] (77-57-172-115.dclient.hispeed.ch [77.57.172.115]) by mx.google.com with ESMTPS id 14sm1244528bwz.2.2010.04.15.08.12.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Apr 2010 08:12:16 -0700 (PDT) From: Kaspar Rohrer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Caml-inspect library Date: Thu, 15 Apr 2010 17:12:12 +0200 Message-Id: <1B8DE757-E700-4744-8EFD-FE6F03707E59@gmail.com> To: caml-list@yquem.inria.fr Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-Spam: no; 0.00; ocaml:01 lgpl:01 spamming:98 2.1:98 blog:98 short:01 library:03 library:03 written:07 announce:12 source:12 license:12 copied:12 should:13 but:14 Hi everybody And sorry for spamming the list. But I am proud to announce my first = open source library, written in OCaml and available immediately on = Github: http://github.com/krohrer/caml-inspect/ I hope nobody takes offense over the fact that I chose Github over = Forge.ocamlcore.org. For the license, I simply copied the LGPL v2.1 used by ExtLib, which = should be ok, I hope. Best regards Kaspar Rohrer PS: A short introduction and screenshots are available on my personal = blog: http://lambdamuesli.blogspot.com/=