Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
package_control_channel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
package_control_channel
Commits
218f3ed7
Commit
218f3ed7
authored
Jul 18, 2016
by
Will Bond
Committed by
GitHub
Jul 18, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5667 from gibacic/master
added linux-x64 support (ubuntu 16.04) for numpy and q KDB
parents
ddb6c4e5
01c62778
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dependencies.json
repository/dependencies.json
+1
-1
q.json
repository/q.json
+1
-1
No files found.
repository/dependencies.json
View file @
218f3ed7
...
...
@@ -259,7 +259,7 @@
"base"
:
"https://github.com/komsit37/sublime-numpy"
,
"tags"
:
true
,
"sublime_text"
:
">=3000"
,
"platforms"
:
[
"windows-x64"
,
"osx-x64"
]
"platforms"
:
[
"windows-x64"
,
"osx-x64"
,
"linux-x64"
]
}
]
},
...
...
repository/q.json
View file @
218f3ed7
...
...
@@ -9,7 +9,7 @@
{
"sublime_text"
:
">=3000"
,
"tags"
:
true
,
"platforms"
:
[
"osx-x64"
,
"windows-x64"
]
"platforms"
:
[
"osx-x64"
,
"windows-x64"
,
"linux-x64"
]
}
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment