This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e98cd54c79a Add Swift to the overview page (#415)
e98cd54c79a is described below

commit e98cd54c79a57db36d0d6f21a61a5d6dc5ebbd55
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Oct 17 05:19:52 2023 +0900

    Add Swift to the overview page (#415)
---
 overview.md | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/overview.md b/overview.md
index 09801a7ae06..c85acc41ab0 100644
--- a/overview.md
+++ b/overview.md
@@ -80,8 +80,27 @@ analytic database systems, data frame libraries, and more.
   <div class="col-md-12">
     <h3>Arrow Libraries</h3>
     <p>
-      The Arrow project contains libraries that enable you to work with data 
in the Arrow columnar format in many languages. The <a href="{{ site.baseurl 
}}/docs/cpp/">C++</a>, <a 
href="https://github.com/apache/arrow/blob/main/csharp/README.md";>C#</a>, <a 
href="https://godoc.org/github.com/apache/arrow/go/arrow";>Go</a>, <a href="{{ 
site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl 
}}/docs/js/">JavaScript</a>, <a href="{{ site.baseurl }}/julia/">Julia</a>, and 
<a href="https [...]
-      contain distinct implementations of the Arrow format. These libraries 
are <a href="{{ site.baseurl }}/docs/status.html">integration-tested</a> 
against each other to ensure their fidelity to the format. In addition, Arrow 
libraries for <a href="{{ site.baseurl }}/docs/c_glib/">C (Glib)</a>, <a 
href="https://github.com/apache/arrow/blob/main/matlab/README.md";>MATLAB</a>, 
<a href="{{ site.baseurl }}/docs/python/">Python</a>, <a href="{{ site.baseurl 
}}/docs/r/">R</a>, and <a href="htt [...]
+      The Arrow project contains libraries that enable you to work with data
+      in the Arrow columnar format in many languages. The
+      <a href="{{ site.baseurl }}/docs/cpp/">C++</a>,
+      <a 
href="https://github.com/apache/arrow/blob/main/csharp/README.md";>C#</a>,
+      <a href="https://godoc.org/github.com/apache/arrow/go/arrow";>Go</a>,
+      <a href="{{ site.baseurl }}/docs/java/">Java</a>,
+      <a href="{{ site.baseurl }}/docs/js/">JavaScript</a>,
+      <a href="{{ site.baseurl }}/julia/">Julia</a>,
+      <a href="https://docs.rs/crate/arrow/";>Rust</a>,
+      and <a href="https://github.com/apache/arrow/blob/main/swift";>Swift</a>
+      libraries contain distinct implementations of the Arrow format. These
+      libraries are
+      <a href="{{ site.baseurl }}/docs/status.html">integration-tested</a>
+      against each other to ensure their fidelity to the format. In addition,
+      Arrow libraries for
+      <a href="{{ site.baseurl }}/docs/c_glib/">C (GLib)</a>,
+      <a 
href="https://github.com/apache/arrow/blob/main/matlab/README.md";>MATLAB</a>,
+      <a href="{{ site.baseurl }}/docs/python/">Python</a>,
+      <a href="{{ site.baseurl }}/docs/r/">R</a>,
+      and <a 
href="https://github.com/apache/arrow/blob/main/ruby/README.md";>Ruby</a>
+      are built on top of the C++ library.
     </p>
     <p>
       These official libraries enable third-party projects to work with Arrow

Reply via email to