Skip to content

Commit

Permalink
New version 1.5 of Syndic
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed May 9, 2016
1 parent 17bbe6f commit 6ebc200
Show file tree
Hide file tree
Showing 8 changed files with 8,070 additions and 70 deletions.
49 changes: 49 additions & 0 deletions _tags
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
12 changes: 12 additions & 0 deletions lib/META
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

14 changes: 14 additions & 0 deletions lib/syndic.mldylib
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
14 changes: 14 additions & 0 deletions lib/syndic.mllib
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
Loading

0 comments on commit 6ebc200

Please sign in to comment.