caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] BER metaocaml
@ 2015-06-22 14:24 Jacques Carette
  2015-06-22 14:28 ` Anil Madhavapeddy
  0 siblings, 1 reply; 5+ messages in thread
From: Jacques Carette @ 2015-06-22 14:24 UTC (permalink / raw)
  To: caml-list

Two questions:
1. Would it be worthwhile to start a mailing list for BER-metaocaml users?
2. Where would be a good repository of BER-metaocaml examples?  [I mean, 
creating one that could be used as examples to learn; I believe the opam 
repository could host "packages"?]

Jacques

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] BER metaocaml
  2015-06-22 14:24 [Caml-list] BER metaocaml Jacques Carette
@ 2015-06-22 14:28 ` Anil Madhavapeddy
  2015-06-22 18:59   ` Ömer Sinan Ağacan
  2015-10-23  0:16   ` Jeremy Yallop
  0 siblings, 2 replies; 5+ messages in thread
From: Anil Madhavapeddy @ 2015-06-22 14:28 UTC (permalink / raw)
  To: Jacques Carette; +Cc: caml-list

On 22 Jun 2015, at 15:24, Jacques Carette <carette@mcmaster.ca> wrote:
> 
> Two questions:
> 1. Would it be worthwhile to start a mailing list for BER-metaocaml users?

If you would like to host this on lists.ocaml.org, then the process is
really easy.  Just drop a line to "infrastructure@lists.ocaml.org" with
the name of the list, a short (one paragraph) description, and the primary
email contact(s) for moderation purposes.  The moderation is only to reject
spam emails

> 2. Where would be a good repository of BER-metaocaml examples?  [I mean, creating one that could be used as examples to learn; I believe the opam repository could host "packages"?]

Somewhere on GitHub in an organisation would work well. I notice that
one already exists for BER MetaOCaml here:

https://github.com/metaocaml

Thanks for doing this!  Having a more central place with some examples
would be most useful.

-anil


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] BER metaocaml
  2015-06-22 14:28 ` Anil Madhavapeddy
@ 2015-06-22 18:59   ` Ömer Sinan Ağacan
  2015-10-23  0:16   ` Jeremy Yallop
  1 sibling, 0 replies; 5+ messages in thread
From: Ömer Sinan Ağacan @ 2015-06-22 18:59 UTC (permalink / raw)
  To: Anil Madhavapeddy; +Cc: Jacques Carette, OCaml Mailing List

A repo for examples would be great. I have an example project which
I'd like to link from examples repo(or add it to the repo):
https://github.com/osa1/int-proj

2015-06-22 10:28 GMT-04:00 Anil Madhavapeddy <anil@recoil.org>:
> On 22 Jun 2015, at 15:24, Jacques Carette <carette@mcmaster.ca> wrote:
>>
>> Two questions:
>> 1. Would it be worthwhile to start a mailing list for BER-metaocaml users?
>
> If you would like to host this on lists.ocaml.org, then the process is
> really easy.  Just drop a line to "infrastructure@lists.ocaml.org" with
> the name of the list, a short (one paragraph) description, and the primary
> email contact(s) for moderation purposes.  The moderation is only to reject
> spam emails
>
>> 2. Where would be a good repository of BER-metaocaml examples?  [I mean, creating one that could be used as examples to learn; I believe the opam repository could host "packages"?]
>
> Somewhere on GitHub in an organisation would work well. I notice that
> one already exists for BER MetaOCaml here:
>
> https://github.com/metaocaml
>
> Thanks for doing this!  Having a more central place with some examples
> would be most useful.
>
> -anil
>
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] BER metaocaml
  2015-06-22 14:28 ` Anil Madhavapeddy
  2015-06-22 18:59   ` Ömer Sinan Ağacan
@ 2015-10-23  0:16   ` Jeremy Yallop
  2015-10-23 13:45     ` Ashish Agarwal
  1 sibling, 1 reply; 5+ messages in thread
From: Jeremy Yallop @ 2015-10-23  0:16 UTC (permalink / raw)
  To: Anil Madhavapeddy; +Cc: Jacques Carette, Caml List

Dear Jacques,

On 22 June 2015 at 15:28, Anil Madhavapeddy <anil@recoil.org> wrote:
> On 22 Jun 2015, at 15:24, Jacques Carette <carette@mcmaster.ca> wrote:
>> 2. Where would be a good repository of BER-metaocaml examples?  [I mean, creating one that could be used as examples to learn; I believe the opam repository could host "packages"?]
>
> Somewhere on GitHub in an organisation would work well. I notice that
> one already exists for BER MetaOCaml here:
>
> https://github.com/metaocaml

I'd be happy to host an examples repository under the MetaOcaml GitHub
organisation.  Send me a mail if you'd like to add one, and I'll set
things up.

Kind regards,

Jeremy.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] BER metaocaml
  2015-10-23  0:16   ` Jeremy Yallop
@ 2015-10-23 13:45     ` Ashish Agarwal
  0 siblings, 0 replies; 5+ messages in thread
From: Ashish Agarwal @ 2015-10-23 13:45 UTC (permalink / raw)
  To: Jeremy Yallop; +Cc: Anil Madhavapeddy, Jacques Carette, Caml List

[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]

Slightly related, note there is a GitHub org and mailing list formed at the
first Staged HPC Shonan meeting:

https://github.com/StagedHPC
https://groups.google.com/forum/#!forum/stagedhpc

On Thu, Oct 22, 2015 at 8:16 PM, Jeremy Yallop <yallop@gmail.com> wrote:

> Dear Jacques,
>
> On 22 June 2015 at 15:28, Anil Madhavapeddy <anil@recoil.org> wrote:
> > On 22 Jun 2015, at 15:24, Jacques Carette <carette@mcmaster.ca> wrote:
> >> 2. Where would be a good repository of BER-metaocaml examples?  [I
> mean, creating one that could be used as examples to learn; I believe the
> opam repository could host "packages"?]
> >
> > Somewhere on GitHub in an organisation would work well. I notice that
> > one already exists for BER MetaOCaml here:
> >
> > https://github.com/metaocaml
>
> I'd be happy to host an examples repository under the MetaOcaml GitHub
> organisation.  Send me a mail if you'd like to add one, and I'll set
> things up.
>
> Kind regards,
>
> Jeremy.
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

[-- Attachment #2: Type: text/html, Size: 2310 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-23 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-22 14:24 [Caml-list] BER metaocaml Jacques Carette
2015-06-22 14:28 ` Anil Madhavapeddy
2015-06-22 18:59   ` Ömer Sinan Ağacan
2015-10-23  0:16   ` Jeremy Yallop
2015-10-23 13:45     ` Ashish Agarwal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).