Compare commits
No commits in common. "main" and "0.1.0" have entirely different histories.
@ -1,4 +1,4 @@
|
|||||||
// swift-tools-version: 6.1
|
// swift-tools-version: 6.0
|
||||||
//
|
//
|
||||||
// Package.swift
|
// Package.swift
|
||||||
// meta-sqlite
|
// meta-sqlite
|
||||||
@ -8,24 +8,6 @@
|
|||||||
|
|
||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
||||||
/// The dependencies.
|
|
||||||
var dependencies: [Package.Dependency] = [
|
|
||||||
.package(url: "https://git.aparoksha.dev/aparoksha/meta", from: "0.1.0")
|
|
||||||
]
|
|
||||||
|
|
||||||
#if os(Linux)
|
|
||||||
dependencies += [
|
|
||||||
.package(url: "https://github.com/stephencelis/CSQLite", from: "3.50.4"),
|
|
||||||
.package(
|
|
||||||
url: "https://github.com/stephencelis/SQLite.swift",
|
|
||||||
from: "0.15.3",
|
|
||||||
traits: [.defaults, "SQLiteSwiftCSQLite"]
|
|
||||||
)
|
|
||||||
]
|
|
||||||
#else
|
|
||||||
dependencies.append(.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3"))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/// The meta-sqlite package is part of the Aparoksha project.
|
/// The meta-sqlite package is part of the Aparoksha project.
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "meta-sqlite",
|
name: "meta-sqlite",
|
||||||
@ -39,7 +21,10 @@ let package = Package(
|
|||||||
targets: ["MetaSQLite"]
|
targets: ["MetaSQLite"]
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
dependencies: dependencies,
|
dependencies: [
|
||||||
|
.package(url: "https://git.aparoksha.dev/aparoksha/meta", from: "0.1.0"),
|
||||||
|
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3")
|
||||||
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
name: "MetaSQLite",
|
name: "MetaSQLite",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user