File tree Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Original file line number Diff line number Diff line change
1
+ # 0.2 - 2022-04-14
2
+
3
+ - Build with dune.
4
+ - Make the types abstract and add accessor functions.
5
+ - Support fetching meta description and SEO image from the posts links.
6
+
7
+ # 0.1.3 - 2015-07-28
8
+
9
+ - Make river compatible with the latest syndic API
10
+
11
+ # 0.1.2 - 2015-03-24
12
+
13
+ - Refactoring modules.
14
+
15
+ # 0.1.1 - 2015-03-19
16
+
17
+ - Upgrading version number.
18
+
19
+ # 0.1 - 2015-03-15
20
+
21
+ - Initial release
Original file line number Diff line number Diff line change 1
1
# River
2
2
3
- [ ![ Actions Status] ( https://github.com/tmattio /river/workflows/CI/badge.svg )] ( https://github.com/tmattio /river/actions )
3
+ [ ![ Actions Status] ( https://github.com/kayceesrk /river/workflows/CI/badge.svg )] ( https://github.com/kayceesrk /river/actions )
4
4
5
5
RSS2 and Atom feed aggregator for OCaml
6
6
Original file line number Diff line number Diff line change 1
- (lang dune 2 .0)
1
+ (lang dune 3 .0)
2
2
3
3
(name river)
4
4
5
- ( documentation " https://tmattio .github.io/river/" )
5
+ ( documentation " https://kayceesrk .github.io/river/" )
6
6
7
7
( source
8
8
( github kayceesrk/river) )
34
34
ptime
35
35
lwt
36
36
ocamlnet
37
+ lambdasoup
37
38
( odoc :with -doc) ) )
Original file line number Diff line number Diff line change 6
6
authors: ["KC Sivaramakrishnan <
[email protected] >"]
7
7
license: "MIT"
8
8
homepage: "https://github.com/kayceesrk/river"
9
- doc: "https://tmattio .github.io/river/"
9
+ doc: "https://kayceesrk .github.io/river/"
10
10
bug-reports: "https://github.com/kayceesrk/river/issues"
11
11
depends: [
12
12
"ocaml" {>= "4.08.0"}
13
- "dune"
13
+ "dune" {>= "3.0"}
14
14
"syndic" {>= "1.5"}
15
15
"cohttp" {>= "5.0.0"}
16
16
"cohttp-lwt" {>= "5.0.0"}
17
17
"cohttp-lwt-unix" {>= "5.0.0"}
18
18
"ptime"
19
19
"lwt"
20
20
"ocamlnet"
21
+ "lambdasoup"
21
22
"odoc" {with-doc}
22
23
]
23
24
build: [
24
- ["dune" "subst"] {pinned }
25
+ ["dune" "subst"] {dev }
25
26
[
26
27
"dune"
27
28
"build"
You can’t perform that action at this time.
0 commit comments