~ubuntu-branches/ubuntu/natty/ocamlgraph/natty

« back to all changes in this revision

Viewing changes to src/dot_ast.mli

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Le Gall, Sylvain Le Gall, Stephane Glondu, Stefano Zacchiroli
  • Date: 2009-03-20 12:42:55 UTC
  • mfrom: (1.1.6 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090320124255-iail4ozyjoz9pqyi
Tags: 1.0-1
[ Sylvain Le Gall ]
* New upstream release:
  * Don't ship viewgraph which is segfaulting
  * Update 01_makefile.dpatch
  * Don't use upstream documentation, since there is a bug in viewgraph
    that prevent generating it
* Update copyright file to something more compliant with
  http://wiki.debian.org/Proposals/CopyrightFormat
* Add build-dependency on dh-ocaml
* Upgrade Standards-Version to 3.8.0 (debian/README.source)

[ Stephane Glondu ]
* Switch packaging to git

[ Stefano Zacchiroli ]
* debian/control: add missing ${misc:Depends}
* bump debhelper compatibility level to 7
* debian/rules: use ocaml.mk as a CDBS "rules" snippet

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(**************************************************************************)
2
2
(*                                                                        *)
3
3
(*  Ocamlgraph: a generic graph library for OCaml                         *)
4
 
(*  Copyright (C) 2004-2007                                               *)
 
4
(*  Copyright (C) 2004-2008                                               *)
5
5
(*  Sylvain Conchon, Jean-Christophe Filliatre and Julien Signoles        *)
6
6
(*                                                                        *)
7
7
(*  This software is free software; you can redistribute it and/or        *)
8
8
(*  modify it under the terms of the GNU Library General Public           *)
9
 
(*  License version 2, with the special exception on linking              *)
 
9
(*  License version 2.1, with the special exception on linking            *)
10
10
(*  described in file LICENSE.                                            *)
11
11
(*                                                                        *)
12
12
(*  This software is distributed in the hope that it will be useful,      *)
17
17
 
18
18
(* $Id:$ *)
19
19
 
 
20
(** AST for DOT file format. *)
 
21
 
20
22
type id = 
21
23
  | Ident of string
22
24
  | Number of string