-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
8,070 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,53 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: c1b14cf7fcc0fc34b6c78350b922a8fa) | ||
# 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 syndic | ||
"lib/syndic.cmxs": use_syndic | ||
<lib/*.ml{,i,y}>: package(ptime) | ||
<lib/*.ml{,i,y}>: package(uri) | ||
<lib/*.ml{,i,y}>: package(xmlm) | ||
# Executable main | ||
"bin/main.byte": package(ptime) | ||
"bin/main.byte": package(uri) | ||
"bin/main.byte": package(xmlm) | ||
"bin/main.byte": use_syndic | ||
<bin/*.ml{,i,y}>: package(ptime) | ||
<bin/*.ml{,i,y}>: package(uri) | ||
<bin/*.ml{,i,y}>: package(xmlm) | ||
<bin/*.ml{,i,y}>: use_syndic | ||
# Executable test | ||
<test/test.{native,byte}>: package(cohttp.lwt) | ||
<test/test.{native,byte}>: package(lwt) | ||
<test/test.{native,byte}>: package(ptime) | ||
<test/test.{native,byte}>: package(uri) | ||
<test/test.{native,byte}>: package(xmlm) | ||
<test/test.{native,byte}>: use_syndic | ||
# Executable test_decisions | ||
<test/test_decisions.{native,byte}>: package(cohttp.lwt) | ||
<test/test_decisions.{native,byte}>: package(lwt) | ||
<test/test_decisions.{native,byte}>: package(ptime) | ||
<test/test_decisions.{native,byte}>: package(uri) | ||
<test/test_decisions.{native,byte}>: package(xmlm) | ||
<test/test_decisions.{native,byte}>: use_syndic | ||
<test/*.ml{,i,y}>: package(cohttp.lwt) | ||
<test/*.ml{,i,y}>: package(lwt) | ||
<test/*.ml{,i,y}>: package(ptime) | ||
<test/*.ml{,i,y}>: package(uri) | ||
<test/*.ml{,i,y}>: package(xmlm) | ||
<test/*.ml{,i,y}>: use_syndic | ||
# OASIS_STOP | ||
true: annot | ||
true: safe_string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: 8c0f9a046f4244be8ae5f2a333ff68f0) | ||
version = "1.5" | ||
description = "RSS1, RSS2, Atom and OPML1 parsing" | ||
requires = "xmlm uri ptime" | ||
archive(byte) = "syndic.cma" | ||
archive(byte, plugin) = "syndic.cma" | ||
archive(native) = "syndic.cmxa" | ||
archive(native, plugin) = "syndic.cmxs" | ||
exists_if = "syndic.cma" | ||
# OASIS_STOP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: 73be4aada383a36ba444e2e8127b7a97) | ||
Syndic | ||
Syndic_rss1 | ||
Syndic_rss2 | ||
Syndic_atom | ||
Syndic_opml1 | ||
Syndic_date | ||
Syndic_xml | ||
Syndic_error | ||
Syndic_w3c | ||
Syndic_common | ||
Syndic_conf | ||
# OASIS_STOP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# OASIS_START | ||
# DO NOT EDIT (digest: 73be4aada383a36ba444e2e8127b7a97) | ||
Syndic | ||
Syndic_rss1 | ||
Syndic_rss2 | ||
Syndic_atom | ||
Syndic_opml1 | ||
Syndic_date | ||
Syndic_xml | ||
Syndic_error | ||
Syndic_w3c | ||
Syndic_common | ||
Syndic_conf | ||
# OASIS_STOP |
Oops, something went wrong.