[Pkg-cli-apps-commits] [SCM] fsharp branch, master, updated. 3bb6d967db921e0e8c5ec7d75054f6d6aa3a2fdb
Christopher James Halse Rogers
raof at ubuntu.com
Sun Mar 17 09:47:19 UTC 2013
The following commit has been merged in the master branch:
commit 688825efa1ccef21d9c6ba3064ba4d6151f80be3
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date: Sat Mar 16 19:28:36 2013 +1100
Add FSharp.Data.TypeProviders package
diff --git a/debian/control b/debian/control
index fdf89fe..d7ffbd0 100644
--- a/debian/control
+++ b/debian/control
@@ -96,3 +96,16 @@ Description: functional-first programming language - core runtime library
imperative, and object-oriented structures.
.
This package contains the core runtime library for F# binaries.
+
+Package: libfsharp-data-typeproviders4.3-cil
+Architecture: all
+Depends:
+ ${cli:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: functional-first programming language - data integration library
+ F# is a multi-paradigm programming language, supporting functional,
+ imperative, and object-oriented structures.
+ .
+ This package contains a runtime library that automatically binds remote data
+ sources such as OData, SQL, or WSDL into strongly-typed objects.
diff --git a/debian/libfsharp-data-typeproviders4.3-cil.install b/debian/libfsharp-data-typeproviders4.3-cil.install
new file mode 100644
index 0000000..30bd3e8
--- /dev/null
+++ b/debian/libfsharp-data-typeproviders4.3-cil.install
@@ -0,0 +1 @@
+usr/lib/mono/gac/FSharp.Data.TypeProviders/4.3*/* /usr/lib/cli/FSharp.Data.TypeProviders-4.3
--
fsharp
More information about the Pkg-cli-apps-commits
mailing list