Skip to content

Commit

Permalink
Port from oasis to topkg.
Browse files Browse the repository at this point in the history
Also includes an extended test for checking the actual
functionality of crunched files and a .merlin file.
  • Loading branch information
fgimenez committed Nov 10, 2016
1 parent debb383 commit 00ba43a
Show file tree
Hide file tree
Showing 20 changed files with 111 additions and 7,786 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ lib_test/t1.*
setup.bin
setup.log
setup.data
crunch.install
7 changes: 7 additions & 0 deletions .merlin
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PKG cmdliner
PKG bos
PKG lwt
PKG cstruct
S lib
S test
B _build/**
File renamed without changes.
File renamed without changes.
41 changes: 0 additions & 41 deletions Makefile

This file was deleted.

27 changes: 0 additions & 27 deletions _oasis

This file was deleted.

29 changes: 3 additions & 26 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
# OASIS_START
# DO NOT EDIT (digest: 58af75697222d3710022d0f9de3ce0bb)
# 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
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library crunch
"lib/crunch.cmxs": use_crunch
# Executable ocaml-crunch
<lib/main.{native,byte}>: pkg_cmdliner
<lib/main.{native,byte}>: pkg_unix
<lib/main.{native,byte}>: use_crunch
<lib/*.ml{,i,y}>: pkg_cmdliner
<lib/*.ml{,i,y}>: pkg_unix
<lib/*.ml{,i,y}>: use_crunch
<lib/main.{native,byte}>: custom
# OASIS_STOP
<lib/**>: package(cmdliner), package(unix)

<test/*>: package(bos), package(cstruct), package(lwt), package(io-page), package(io-page.unix), package(mirage-types)
27 changes: 0 additions & 27 deletions configure

This file was deleted.

3 changes: 0 additions & 3 deletions lib/crunch.mldylib
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# OASIS_START
# DO NOT EDIT (digest: c8f895a601026f69488fa9ed7f072d4c)
Crunch
# OASIS_STOP
3 changes: 0 additions & 3 deletions lib/crunch.mllib
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# OASIS_START
# DO NOT EDIT (digest: c8f895a601026f69488fa9ed7f072d4c)
Crunch
# OASIS_STOP
10 changes: 0 additions & 10 deletions lib_test/Makefile

This file was deleted.

Loading

0 comments on commit 00ba43a

Please sign in to comment.