diff --git a/apps/freecad.json b/apps/freecad.json new file mode 100644 index 0000000..6f00da5 --- /dev/null +++ b/apps/freecad.json @@ -0,0 +1,222 @@ +{ + "comment": "FreeCAD is a general-purpose parametric 3D computer-aided design (CAD) modeler and a building information modeling (BIM) software application with finite element method (FEM) support.", + "formats_read": [ + "fcstd", + "cam", + "fcmacro", + "fcmat", + "fcparam", + "fcscript", + "fctb", + "fctl", + "3ds", + "asc", + "ast", + "bdf", + "bmp", + "bms", + "brep", + "brp", + "cnc", + "csg", + "csv", + "cur", + "dae", + "dat", + "dwg", + "dxf", + "e57", + "emn", + "frd", + "gc", + "gcad", + "gif", + "html", + "icns", + "ico", + "ifc", + "iges", + "igs", + "inc", + "inp", + "iv", + "jpeg", + "jpg", + "json", + "med", + "nas", + "nc", + "ncc", + "obj", + "oca", + "off", + "pbm", + "pcd", + "pgm", + "plmxml", + "ply", + "png", + "poly", + "pov", + "ppm", + "py", + "scad", + "shp", + "smf", + "stl", + "stp", + "stpz", + "svg", + "svgz", + "tap", + "tga", + "tif", + "tiff", + "tooltable", + "i1.txt", + "o2.txt", + "unv", + "vrml", + "vtk", + "vtu", + "wbmp", + "webp", + "wrl", + "wrl.gz", + "wrz", + "xbm", + "xdmf", + "xhtml", + "xlsx", + "xml", + "xpm", + "yaml", + "yml", + "z88", + "zip" + ], + "formats_write": [ + "fcstd", + "cam", + "fcmacro", + "fcparam", + "fcscript", + "fctb", + "fctl", + "3mf", + "amf", + "asc", + "ast", + "asy", + "bdf", + "bmp", + "bms", + "brep", + "brp", + "cnc", + "csg", + "csv", + "cur", + "dae", + "dat", + "dwg", + "dxf", + "gc", + "gif", + "glb", + "gltf", + "html", + "icns", + "ico", + "ifc", + "ifcjson", + "iges", + "igs", + "inp", + "iv", + "jpeg", + "jpg", + "json", + "med", + "nas", + "nc", + "ncc", + "obj", + "oca", + "off", + "pbm", + "pcd", + "pdf", + "pgm", + "ply", + "png", + "poly", + "pov", + "ppm", + "py", + "scad", + "smf", + "stl", + "stp", + "stpz", + "svg", + "tap", + "tif", + "tiff", + "tooltable", + "i1.txt", + "unv", + "vrml", + "vtk", + "vtu", + "wbmp", + "webp", + "wrl", + "wrl.gz", + "wrz", + "x3d", + "x3dz", + "xbm", + "xdmf", + "xhtml", + "xml", + "xpm", + "yaml", + "z88" + ], + "generic_name": [ + "3D Modeling", + "Vector Graphics", + "Computer Aided Design", + "3D Printing" + ], + "interface": [], + "issues": [], + "languages": [ + "C++", + "Python", + "C" + ], + "licenses": [ + "LGPL-2.0+" + ], + "links": { + "documentation": "https://wiki.freecad.org/Getting_started", + "git": "https://github.com/FreeCAD/FreeCAD", + "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/FreeCAD016-logo.svg/64px-FreeCAD016-logo.svg.png", + "website": "https://www.freecadweb.org/", + "wikipedia": "https://en.wikipedia.org/wiki/FreeCAD" + }, + "names": [ + "FreeCAD" + ], + "networks_read": [], + "networks_write": [], + "platforms": [ + "GNU/Linux", + "Windows", + "macOS", + "Cygwin", + "MinGW" + ] +} \ No newline at end of file diff --git a/data/licenses.json b/data/licenses.json index 1b669a9..fab0cf9 100644 --- a/data/licenses.json +++ b/data/licenses.json @@ -196,7 +196,8 @@ "seeAlso": [ "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html" ], - "isOsiApproved": true + "isOsiApproved": true, + "isFsfLibre": true }, { "reference": "https://spdx.org/licenses/CC-PDDC.html", @@ -6135,4 +6136,4 @@ } ], "releaseDate": "2022-03-26" -} \ No newline at end of file +}