From 935ae7e8d7e1a3ece30a7e534f782ef316b0906b Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 23 Jun 2017 09:52:23 +0200 Subject: [PATCH] Don't forget to depend on lwt.unix See https://github.com/aantron/markup.ml/issues/18 and https://github.com/aantron/markup.ml/commit/7de22ab2ad6ac19cf2839d1e385c8b1e2cac95d3 --- INSTALL.txt | 12 +++++++---- _oasis | 2 +- _tags | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 5 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 3df30b6..99e1131 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,16 +1,20 @@ (* OASIS_START *) -(* DO NOT EDIT (digest: aeed0b6f112359d79bc311b45f9c68e2) *) +(* DO NOT EDIT (digest: 2bb15a412fdfea27826f8a0baabfde4a) *) + This is the INSTALL file for the csv distribution. This package uses OASIS to generate its build system. See section OASIS for -full information. +full information. Dependencies ============ In order to compile this package, you will need: -* ocaml for all, doc API + +* ocaml (>= 4.00.1) for all, doc API * findlib +* bytes for library csv, library csv_lwt +* lwt for library csv_lwt, executable test_lwt Installing ========== @@ -23,7 +27,7 @@ Installing Uninstalling ============ -1. Go to the root of the package +1. Go to the root of the package 2. Run 'ocaml setup.ml -uninstall' OASIS diff --git a/_oasis b/_oasis index 982e0b6..28fa557 100644 --- a/_oasis +++ b/_oasis @@ -35,7 +35,7 @@ Library csv_lwt BuildTools: ocamlbuild Modules: Csv_lwt # InternalModules: Csv_utils, Csv_row - BuildDepends: lwt, bytes, csv + BuildDepends: lwt, lwt.unix, bytes, csv FindlibName: lwt FindlibParent: csv diff --git a/_tags b/_tags index 8220c29..e5a8d4f 100644 --- a/_tags +++ b/_tags @@ -1,4 +1,61 @@ # OASIS_START +# DO NOT EDIT (digest: fa97cb5c66f1a6bc6c6b294d8104d75f) +# 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 csv +"src/csv.cmxs": use_csv +: package(bytes) +# Library csv_lwt +"src/lwt/csv_lwt.cmxs": use_csv_lwt +: package(bytes) +: package(lwt) +: package(lwt.unix) +: use_csv +# Executable csvtool +: package(bytes) +: package(unix) +: use_csv +: package(unix) +# Executable example +: package(bytes) +: use_csv +: package(bytes) +: use_csv +# Executable test +: package(bytes) +: use_csv +# Executable test_header +: package(bytes) +: use_csv +# Executable test_write +: package(bytes) +: use_csv +# Executable test_fix +: package(bytes) +: use_csv +# Executable test_lwt +: package(bytes) +: package(lwt) +: package(lwt.unix) +: use_csv +: use_csv_lwt +: package(bytes) +: package(lwt) +: package(lwt.unix) +: use_csv +: use_csv_lwt # OASIS_STOP true: annot, safe_string