Skip to content

Commit

Permalink
Updated distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Aug 18, 2016
1 parent 5d8f87a commit 7ee3b8c
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 135 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2016-08-18: Compilation fixes for OCaml 4.04.

2014-10-01: Compilation fixes for OCaml 4.02.

2014-07-06: Moved to GitHub.
Expand Down
4 changes: 2 additions & 2 deletions _oasis
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
OASISFormat: 0.4
Name: pomap
Version: 3.0.5
Version: 3.0.6
Synopsis: pomap - Partially Ordered Maps for OCaml
Description: pomap supports creating and manipulating partially ordered maps in a purely functional and efficient way.
Authors: Markus Mottl <markus.mottl@gmail.com>
Copyrights: (C) 2001-2012 Markus Mottl <markus.mottl@gmail.com>
Copyrights: (C) 2001-2016 Markus Mottl <markus.mottl@gmail.com>
Maintainers: Markus Mottl <markus.mottl@gmail.com>
LicenseFile: COPYING.txt
License: LGPL-2.1+ with OCaml linking exception
Expand Down
5 changes: 3 additions & 2 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# OASIS_START
# DO NOT EDIT (digest: 0678a864119b3c258f6c63030be8973d)
# DO NOT EDIT (digest: e1ad031cea63182a95180348390a785b)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
Expand All @@ -17,7 +18,7 @@
"lib/pomap.cmxs": use_pomap
# Executable cloc
<examples/hasse/hasse.{native,byte}>: use_pomap
<examples/hasse/*.ml{,i}>: use_pomap
<examples/hasse/*.ml{,i,y}>: use_pomap
# OASIS_STOP

true: -traverse
Expand Down
4 changes: 2 additions & 2 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 2e334ba032274437c63f6645631892dd)
version = "3.0.5"
# DO NOT EDIT (digest: c5740057a7e79492d35d0b0a5f3bcc89)
version = "3.0.6"
description = "pomap - Partially Ordered Maps for OCaml"
archive(byte) = "pomap.cma"
archive(byte, plugin) = "pomap.cma"
Expand Down
Loading

0 comments on commit 7ee3b8c

Please sign in to comment.