package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-site-2.9.3.tbz
sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6
sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 28 Jan 2022

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Travis status AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.0"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk < "2.1.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. advi
  18. afl-persistent >= "1.4"
  19. agrid
  20. ahrocksdb
  21. aifad >= "2.2.1"
  22. alba >= "0.4.1"
  23. albatross
  24. alcotest < "1.7.0"
  25. alcotest-async < "1.7.0"
  26. alg_structs
  27. alg_structs_qcheck
  28. algaeff
  29. allegro5
  30. alonzo
  31. alsa >= "0.3.0"
  32. alt-ergo >= "2.3.0" & < "2.4.3"
  33. alt-ergo-lib < "2.4.3"
  34. alt-ergo-parsers < "2.4.3"
  35. altgr-ergo >= "2.3.0" & < "2.4.3"
  36. amqp-client >= "2.0.3"
  37. amqp-client-async
  38. amqp-client-lwt
  39. anders
  40. angstrom >= "0.11.1"
  41. angstrom-async >= "0.11.1"
  42. angstrom-lwt-unix >= "0.11.1"
  43. angstrom-unix >= "0.11.1"
  44. ansi < "0.6.0"
  45. ansi-parse
  46. anthill
  47. ao >= "0.2.2"
  48. api-watch
  49. apronext
  50. arc
  51. archetype
  52. archi
  53. archi-async
  54. archi-lwt
  55. arg-complete
  56. argon2
  57. arp
  58. art
  59. asak
  60. ask
  61. ask-integrator
  62. asli >= "0.2.0"
  63. asn1-combinators >= "0.2.5"
  64. async < "v0.17.0"
  65. async-uri < "0.4.0"
  66. async_durable < "v0.17.0"
  67. async_extra < "v0.17.0"
  68. async_find < "v0.17.0"
  69. async_graphics
  70. async_inotify < "v0.17.0"
  71. async_interactive < "v0.17.0"
  72. async_js < "v0.17.0"
  73. async_kernel < "v0.17.0"
  74. async_rpc_kernel < "v0.17.0"
  75. async_rpc_websocket < "v0.17.0"
  76. async_sendfile < "v0.17.0"
  77. async_shell < "v0.17.0"
  78. async_smtp < "v0.17.0"
  79. async_ssl < "v0.17.0"
  80. async_udp < "v0.17.0"
  81. async_unix < "v0.17.0"
  82. async_websocket < "v0.17.0"
  83. atable
  84. atd >= "2.2.1" & < "4.0.0"
  85. atdcpp < "4.0.0"
  86. atdd < "4.0.0"
  87. atdgen >= "2.2.1" & < "4.0.0"
  88. atdgen-codec-runtime < "4.0.0"
  89. atdgen-runtime >= "2.2.1" & < "4.0.0"
  90. atdj >= "2.2.1" & < "4.0.0"
  91. atdpy < "4.0.0"
  92. atds < "4.0.0"
  93. atdts < "4.0.0"
  94. atomic < "base"
  95. autofonce
  96. autofonce_config
  97. autofonce_core
  98. autofonce_lib
  99. autofonce_m4
  100. autofonce_misc
  101. autofonce_patch
  102. autofonce_share
  103. avro
  104. avro-compiler
  105. awa
  106. awa-mirage
  107. aws >= "1.2"
  108. aws-async
  109. aws-autoscaling >= "1.2"
  110. aws-cloudformation >= "1.2"
  111. aws-cloudtrail >= "1.2"
  112. aws-cloudwatch
  113. aws-ec2 >= "1.2"
  114. aws-elasticache
  115. aws-elasticloadbalancing >= "1.2"
  116. aws-lwt
  117. aws-rds
  118. aws-route53
  119. aws-s3
  120. aws-s3-async
  121. aws-s3-lwt
  122. aws-sdb >= "1.2"
  123. aws-sqs
  124. aws-ssm >= "1.2"
  125. aws-sts >= "1.2"
  126. azblob
  127. azblob-async
  128. azure-cosmos-db < "0.4.0"
  129. babel < "v0.17.0"
  130. bag
  131. bancos
  132. bank
  133. bare_encoding
  134. bark
  135. base < "v0.17.0"
  136. base32
  137. base64 >= "2.3.0"
  138. base_bigstring < "v0.17.0"
  139. base_quickcheck < "v0.17.0"
  140. base_trie < "v0.17.0"
  141. bastet
  142. bastet_async
  143. bastet_lwt
  144. batch_jaro_winkler
  145. batsat
  146. batteries >= "3.7.1"
  147. bdd >= "0.5"
  148. bddrand
  149. bech32
  150. bechamel
  151. bechamel-js
  152. bechamel-notty
  153. bechamel-perf
  154. beluga = "1.0"
  155. benchmark >= "1.6"
  156. bencode >= "2.0"
  157. bentov
  158. bheap >= "2.0.0"
  159. bibfmt < "0.9.2"
  160. bidirectional_map < "v0.17.0"
  161. bigarray-compat
  162. bigarray-overlap
  163. bigdecimal < "v0.17.0"
  164. bignum < "v0.17.0"
  165. bigstring >= "0.3"
  166. bigstring-unix
  167. bigstringaf >= "0.5.0" & < "0.9.1"
  168. bimage
  169. bimage-display
  170. bimage-gtk
  171. bimage-io
  172. bimage-lwt
  173. bimage-sdl
  174. bimage-unix
  175. bimap
  176. bin_prot < "v0.17.0"
  177. binaryen != "0.3.0" & < "0.20.0"
  178. binaryen_dsl
  179. bindlib >= "6.0.0"
  180. biniou >= "1.2.1"
  181. binning
  182. binsec < "0.5.0"
  183. bio_io < "0.5.1"
  184. biocaml
  185. biotk < "0.3"
  186. bisect_ppx >= "1.4.0" & < "2.8.3"
  187. bistro
  188. bistro-bio
  189. bitcoin >= "3.0"
  190. bitcoin-cohttp-async
  191. bitcoin-cohttp-lwt
  192. bitcoin-ocurl
  193. bitcoinml
  194. bitlib
  195. bitmasks
  196. bitpack_serializer
  197. bitstring >= "3.1.1" & < "5.0.2"
  198. bitv >= "1.4"
  199. bitwuzla
  200. bitwuzla-bin < "1.0.0"
  201. bitwuzla-c
  202. bjack >= "0.1.6"
  203. blake2 >= "0.3"
  204. blake3
  205. bloomf
  206. bls12-381 < "6.0.1"
  207. bls12-381-gen
  208. bls12-381-hash
  209. bls12-381-js
  210. bls12-381-js-gen
  211. bls12-381-legacy
  212. bls12-381-signature
  213. bls12-381-unix
  214. bm25
  215. bnfgen
  216. bogue
  217. boltzgen < "0.9.5"
  218. bonsai < "v0.17.0"
  219. box
  220. brr-lwd < "0.4"
  221. bst >= "6.0.0"
  222. buffer-pool
  223. build_path_prefix_map >= "0.3"
  224. builder
  225. builder-web
  226. bun >= "0.3.4"
  227. bwd
  228. bwrap
  229. bytearray
  230. bytebuffer
  231. bytepdf
  232. bz2
  233. ca-certs
  234. ca-certs-nss
  235. cactus
  236. cairn
  237. cairo2 >= "0.6"
  238. cairo2-gtk
  239. cairo2-pango
  240. caisar < "0.2.1"
  241. caisar-ir
  242. caisar-nnet
  243. caisar-onnx < "0.2"
  244. caisar-ovo
  245. caisar-xgboost
  246. calculon
  247. calculon-web
  248. calendar >= "3.0.0"
  249. calendars
  250. calipso
  251. calli
  252. callipyge >= "0.2"
  253. camelot
  254. camels
  255. camelsnakekebab
  256. camlimages >= "5.0.2" & < "5.0.5"
  257. camlix
  258. camlon >= "3.0.0"
  259. camlp-streams
  260. camlrack
  261. camltc >= "0.9.8"
  262. camomile = "1.0.2"
  263. camyll
  264. canary
  265. capnp >= "3.3.0"
  266. capnp-rpc < "1.2.3"
  267. capnp-rpc-lwt < "1.2.3"
  268. capnp-rpc-net < "1.2.3"
  269. capnp-rpc-unix < "1.2.3"
  270. caqti >= "1.0.0" & < "2.1.1"
  271. caqti-async < "2.1.1"
  272. caqti-driver-mariadb < "2.0.1"
  273. caqti-driver-pgx < "2.1.1"
  274. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  275. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  276. caqti-dynload >= "1.0.0" & < "2.3.0"
  277. caqti-eio < "2.1.1"
  278. caqti-lwt >= "1.0.0" & < "2.1.1"
  279. caqti-mirage < "2.1.1"
  280. caqti-type-calendar >= "1.0.0"
  281. carray
  282. carton < "1.0.0"
  283. carton-git
  284. carton-lwt < "1.0.0"
  285. catala < "0.8.0"
  286. catala-format >= "0.2.0"
  287. catapult
  288. catapult-client
  289. catapult-daemon
  290. catapult-file
  291. catapult-sqlite
  292. cattery
  293. cbor >= "0.3"
  294. ccbg
  295. cconv >= "0.5"
  296. cdb
  297. cdrom >= "0.9.4"
  298. ceph
  299. certify >= "0.3.0"
  300. cf < "0.5.0"
  301. cf-lwt
  302. cfg >= "2.2.0"
  303. cfml
  304. cfstream
  305. chacha
  306. chamelon
  307. chamelon-unix
  308. charInfo_width
  309. charrua
  310. charrua-client
  311. charrua-server
  312. charrua-unix
  313. charset
  314. chartjs
  315. chartjs-annotation
  316. chartjs-colorschemes
  317. chartjs-datalabels
  318. chartjs-streaming
  319. chase
  320. checkseum = "0.0.3" | >= "0.2.1"
  321. choice >= "0.4"
  322. cinaps >= "v0.12.0"
  323. clangml >= "4.0.1" & < "4.8.0"
  324. clangml-transforms
  325. clap
  326. clarity-lang
  327. class_group_vdf != "0.0.4"
  328. clim
  329. clim-ppx
  330. clp_operations
  331. clz
  332. cmarker
  333. cmdliner-stdlib
  334. cmon
  335. codept
  336. codept-lib
  337. cohttp >= "1.1.1" & < "6.0.0~alpha1"
  338. cohttp-async < "6.0.0~alpha1"
  339. cohttp-lwt < "6.0.0~beta2"
  340. cohttp-lwt-jsoo < "6.1.0"
  341. cohttp-lwt-unix < "6.0.0~beta2"
  342. cohttp_async_websocket < "v0.17.0"
  343. cohttp_static_handler < "v0.17.0"
  344. coin >= "0.1.1"
  345. colombe
  346. color >= "0.2.0"
  347. color-brewery
  348. combinat
  349. comby
  350. comby-kernel
  351. comby-semantic
  352. command_rpc < "v0.17.0"
  353. conan
  354. conan-cli
  355. conan-database
  356. conan-lwt
  357. conan-unix
  358. conduit
  359. conduit-async
  360. conduit-lwt
  361. conduit-lwt-unix
  362. conduit-mirage
  363. conex >= "0.10.0"
  364. conex-mirage-crypto
  365. confero
  366. config-file = "1.2.1"
  367. conformist
  368. containers < "3.14"
  369. containers-data < "3.14"
  370. containers-thread
  371. content_security_policy < "v0.17.0"
  372. cookie
  373. cookies
  374. coq >= "8.14.0" & < "8.20.0"
  375. coq-core < "8.20.0"
  376. coq-of-ocaml
  377. coq-serapi
  378. coq-stdlib < "8.20.0"
  379. coqide >= "8.14.0" & < "8.20.0"
  380. coqide-server < "8.20.0"
  381. core < "v0.17.0"
  382. core-and-more
  383. core_bench < "v0.17.0"
  384. core_compat
  385. core_extended < "v0.17.0"
  386. core_kernel < "v0.17.0"
  387. core_profiler < "v0.17.0"
  388. core_unix < "v0.17.0"
  389. cosovo
  390. cow = "2.4.0"
  391. cowabloga >= "0.5.0"
  392. cpm >= "5.0.0"
  393. cppo >= "1.6.6"
  394. cppo_ocamlbuild >= "1.6.6"
  395. cps_toolbox < "0.3"
  396. cpu
  397. cpuid >= "0.1.2"
  398. crc >= "2.1.0"
  399. crlibm >= "0.3"
  400. crontab
  401. crowbar >= "0.2"
  402. crunch
  403. cry >= "0.6.5"
  404. cryptokit >= "1.16.1"
  405. csexp < "1.5.2"
  406. csexp-query
  407. css
  408. css-parser
  409. cstruct
  410. cstruct-async
  411. cstruct-lwt
  412. cstruct-sexp
  413. cstruct-unix
  414. csv >= "2.2"
  415. csv-lwt >= "2.1"
  416. csvfields < "v0.17.0"
  417. csvtool
  418. ctoxml
  419. ctypes >= "0.21.1" & < "0.24.0"
  420. ctypes-foreign >= "0.21.1" & < "0.24.0"
  421. ctypes-zarith
  422. ctypes_stubs_js
  423. cudf >= "0.10"
  424. cuid >= "0.2"
  425. cumulus
  426. curly >= "0.2.0"
  427. current < "0.7.1"
  428. current-albatross-deployer
  429. current-web-pipelines
  430. current_ansi
  431. current_docker < "0.7.1"
  432. current_examples < "0.7.1"
  433. current_git < "0.7.1"
  434. current_github < "0.7.1"
  435. current_gitlab < "0.7.1"
  436. current_incr
  437. current_ocluster < "0.2"
  438. current_rpc < "0.6.4"
  439. current_slack < "0.7.1"
  440. current_web < "0.7.1"
  441. curses >= "1.0.9" & < "1.0.12"
  442. curve-sampling
  443. cviode
  444. daft >= "0.0.4"
  445. dap
  446. data-encoding < "1.0.0"
  447. dataframe
  448. datakit-server >= "0.12.2"
  449. datakit-server-9p >= "0.12.2"
  450. datalog >= "0.6"
  451. dates_calc < "0.0.7"
  452. daypack-lib
  453. dbf < "0.1.1"
  454. dblp
  455. dblp-api
  456. debian-formats >= "0.1.2"
  457. decimal
  458. decoders >= "0.1.2" & < "1.0.0"
  459. decoders-bencode < "1.0.0"
  460. decoders-cbor < "1.0.0"
  461. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  462. decoders-jsonm < "1.0.0"
  463. decoders-msgpck < "1.0.0"
  464. decoders-sexplib < "1.0.0"
  465. decoders-yojson >= "0.1.2" & < "1.0.0"
  466. decompress >= "0.8.1"
  467. dedent < "v0.17.0"
  468. dedukti >= "2.7"
  469. delimited_parsing < "v0.17.0"
  470. depyt
  471. devkit >= "1.0"
  472. diet
  473. diffable
  474. digestif >= "0.9.0"
  475. directories
  476. dirsift
  477. diskuvbox
  478. disml
  479. dispatch >= "0.4.1"
  480. dispatch-js
  481. distributed >= "0.6.0"
  482. distributed-lwt >= "0.2.0"
  483. distributed-uwt >= "0.2.0"
  484. dkim
  485. dkim-bin
  486. dkim-lwt-unix
  487. dkim-mirage
  488. dkml-c-probe
  489. dkml-dune-dsl
  490. dkml-dune-dsl-show
  491. dkml-install
  492. dkml-install-installer
  493. dkml-install-runner
  494. dkml-runtime-common >= "2.0.3"
  495. dkml-runtime-distribution
  496. dkml-workflows
  497. dlm >= "0.3.1"
  498. dmap
  499. dmarc
  500. dns
  501. dns-certify
  502. dns-cli
  503. dns-client
  504. dns-client-lwt
  505. dns-client-miou-unix
  506. dns-client-mirage
  507. dns-lwt
  508. dns-mirage
  509. dns-resolver
  510. dns-server
  511. dns-stub
  512. dns-tsig
  513. dnssec
  514. docker-api >= "0.2"
  515. docker_hub
  516. dockerfile < "8.1.0"
  517. dockerfile-cmd < "8.2.7"
  518. docteur
  519. docteur-solo5
  520. docteur-unix
  521. doculib
  522. doi2bib < "0.9.2"
  523. dokeysto >= "3.0.1"
  524. dokeysto_camltc >= "3.0.1"
  525. dokeysto_lz4 >= "3.0.2"
  526. dolmen >= "0.4.1" & < "0.8"
  527. dolmen_bin < "0.8"
  528. dolmen_loop < "0.8"
  529. dolmen_lsp < "0.8"
  530. dolmen_type < "0.8"
  531. dolog >= "4.0.0"
  532. domain-name
  533. domainslib < "0.5.0"
  534. dose3 >= "6.1"
  535. dose3-extra
  536. dot-merlin-reader < "4.19-414"
  537. dotenv
  538. dream
  539. dream-accept
  540. dream-cli
  541. dream-encoding
  542. dream-html < "3.9.5"
  543. dream-httpaf
  544. dream-livereload
  545. dream-pure
  546. dream-serve
  547. dream_middleware_ext
  548. drom >= "0.3.0"
  549. drom_lib >= "0.3.0"
  550. drom_toml
  551. dropbox
  552. dropbox_lwt_unix
  553. dscheck < "0.4.0"
  554. dssi >= "0.1.3"
  555. dtoa >= "0.3.2"
  556. dtools
  557. dual
  558. duff >= "0.2"
  559. dum >= "1.0.3"
  560. dune-build-info < "3.13.1"
  561. dune-cargo-build
  562. dune-compiledb
  563. dune-configurator >= "2.5.1" & < "3.13.1"
  564. dune-deps < "1.4.0"
  565. dune-expand
  566. dune-private-libs < "3.15.3"
  567. dune-release >= "1.0.0" & < "2.0.0"
  568. duppy
  569. duration
  570. dypgen
  571. earley >= "3.0.0"
  572. earlybird < "1.3.4"
  573. easy-format >= "1.3.2" & < "1.3.4"
  574. easy_logging
  575. easy_logging_yojson
  576. ecaml < "v0.17.0"
  577. edn
  578. ego
  579. eigen >= "0.1.0"
  580. eio < "0.8.1"
  581. eio-ssl
  582. eio_linux < "0.8.1"
  583. either
  584. elasticsearch-cli >= "0.5"
  585. electrod
  586. elpi
  587. email_message < "v0.17.0"
  588. embedded_ocaml_templates < "0.8"
  589. emile >= "0.4"
  590. encore >= "0.4"
  591. env_config < "v0.17.0"
  592. epictetus
  593. eqaf >= "0.2"
  594. eqaf-cstruct
  595. equinoxe
  596. equinoxe-cohttp
  597. equinoxe-hlc
  598. erlang
  599. erssical
  600. esa
  601. esgg
  602. esperanto-cosmopolitan >= "0.0.5"
  603. ethernet
  604. euler
  605. exenum >= "0.86"
  606. exit
  607. expect >= "0.1.0"
  608. expect_test_helpers
  609. expect_test_helpers_async < "v0.17.0"
  610. expect_test_helpers_core < "v0.17.0"
  611. expect_test_helpers_kernel
  612. expr
  613. extlib >= "1.7.9"
  614. extunix >= "0.3.1" & < "0.4.2"
  615. ez_api
  616. ez_cmdliner
  617. ez_config
  618. ez_file != "0.2.0"
  619. ez_hash
  620. ez_pgocaml
  621. ez_search
  622. ez_subst
  623. ezcurl < "0.3"
  624. ezcurl-lwt < "0.3"
  625. ezdl
  626. ezgzip >= "0.2.3"
  627. ezjs_ace
  628. ezjs_blockies
  629. ezjs_cleave
  630. ezjs_crypto
  631. ezjs_cytoscape
  632. ezjs_d3pie
  633. ezjs_extension
  634. ezjs_fetch
  635. ezjs_idb
  636. ezjs_jquery
  637. ezjs_min
  638. ezjs_odometer
  639. ezjs_push
  640. ezjs_qrcode
  641. ezjs_recaptcha
  642. ezjs_timeline
  643. ezjsonm >= "1.0.0"
  644. ezjsonm-lwt
  645. ezresto
  646. ezresto-directory
  647. ezsqlite >= "0.4.2"
  648. ezxmlm >= "1.1.0"
  649. FPauth
  650. FPauth-core
  651. FPauth-responses
  652. FPauth-strategies
  653. FrontC >= "4.0.0"
  654. faad >= "0.5.0"
  655. facteur
  656. fadbadml >= "0.1.2"
  657. faraday >= "0.7.1"
  658. faraday-async >= "0.7.1"
  659. faraday-lwt >= "0.7.1"
  660. faraday-lwt-unix >= "0.7.1"
  661. farmhash >= "0.4"
  662. fasmifra
  663. fat-filesystem >= "0.13.0"
  664. fd-send-recv >= "2.0.1"
  665. fdkaac >= "0.3.2"
  666. feat
  667. feat-core
  668. feat-num
  669. feather
  670. feather_async
  671. ff
  672. ff-bench
  673. ff-pbt
  674. ff-sig
  675. ffmpeg >= "1.0.0~beta1" & != "1.1.5" & < "1.1.7"
  676. ffmpeg-av != "1.1.5" & < "1.1.7"
  677. ffmpeg-avcodec != "1.1.5" & < "1.1.7"
  678. ffmpeg-avdevice != "1.1.5" & < "1.1.7"
  679. ffmpeg-avfilter != "1.1.5" & < "1.1.7"
  680. ffmpeg-avutil != "1.1.5" & < "1.1.7"
  681. ffmpeg-swresample != "1.1.5" & < "1.1.7"
  682. ffmpeg-swscale != "1.1.5" & < "1.1.7"
  683. fftw3
  684. fiat-p256
  685. fieldslib >= "v0.13.0" & < "v0.17.0"
  686. file_path < "v0.17.0"
  687. fileutils >= "0.6.1"
  688. finch
  689. fit < "1.3.2"
  690. fix >= "20181206"
  691. flac
  692. flex-array
  693. fluxt
  694. fmlib < "0.5.3"
  695. fmlib_js < "0.5.3"
  696. fmlib_parse < "0.5.3"
  697. fmlib_pretty < "0.5.3"
  698. fmlib_std < "0.5.3"
  699. fontforge-of-ocaml
  700. fred
  701. freetds >= "0.7"
  702. frei0r >= "0.1.2"
  703. frenetic
  704. fromager
  705. fsevents
  706. fsevents-lwt
  707. fsml
  708. fswatch
  709. fswatch_async
  710. fswatch_lwt
  711. fun-postgresql
  712. fun-sql
  713. fun-sqlite
  714. functoria
  715. functoria-runtime
  716. fuzzy_compare
  717. fuzzy_match < "v0.17.0"
  718. fzf < "v0.17.0"
  719. GT < "0.5.4"
  720. gapi-ocaml
  721. gbddml
  722. gd >= "1.1"
  723. gdbprofiler
  724. gemini
  725. gen >= "0.5.3"
  726. gen_js_api < "1.1.4"
  727. gendarme < "0.4.1"
  728. gendarme-csv < "0.4.1"
  729. gendarme-ezjsonm < "0.4.1"
  730. gendarme-json < "0.4.0"
  731. gendarme-toml < "0.4.1"
  732. gendarme-yaml < "0.4.1"
  733. gendarme-yojson < "0.4.1"
  734. genspio >= "0.0.3"
  735. genspir >= "1.0.0"
  736. geojson < "0.2.0"
  737. geojsone < "0.2.0"
  738. geoml
  739. get_line >= "7.0.0"
  740. gettext = "0.4.2"
  741. gettext-camomile < "0.5.0"
  742. gettext-stub < "0.5.0"
  743. git
  744. git-cohttp
  745. git-cohttp-unix
  746. git-http
  747. git-kv < "0.2.0"
  748. git-mirage
  749. git-paf
  750. git-unix
  751. github >= "4.0.0"
  752. github-data
  753. github-hooks
  754. github-hooks-unix >= "0.5.0"
  755. github-jsoo >= "4.3.0"
  756. github-unix >= "4.0.0"
  757. gitlab < "0.1.8"
  758. gitlab-jsoo < "0.1.8"
  759. gitlab-unix < "0.1.8"
  760. glfw-ocaml
  761. globlon
  762. gluten
  763. gluten-async
  764. gluten-eio
  765. gluten-lwt
  766. gluten-lwt-unix
  767. gluten-mirage
  768. gmap
  769. gmp
  770. gnuplot
  771. gobba
  772. gobject-introspection
  773. goblint < "2.1.0"
  774. goblint-cil >= "1.8.0"
  775. google-drive-ocamlfuse
  776. gopcaml-mode
  777. gopcaml-mode-merlin
  778. gospel < "0.2.0"
  779. gotd
  780. gperftools
  781. gpiod
  782. gpr
  783. gr
  784. grain_dypgen >= "0.2.1"
  785. graphics
  786. graphql >= "0.8.0"
  787. graphql-async >= "0.8.0"
  788. graphql-cohttp >= "0.9.0"
  789. graphql-lwt >= "0.8.0"
  790. graphql_parser >= "0.9.0"
  791. graphql_ppx
  792. graphv
  793. graphv_core
  794. graphv_core_lib
  795. graphv_font
  796. graphv_font_js
  797. graphv_font_stb_truetype
  798. graphv_gles2
  799. graphv_gles2_native
  800. graphv_gles2_native_impl
  801. graphv_webgl
  802. graphv_webgl_impl
  803. gremlin
  804. grenier < "0.15"
  805. grid
  806. grpc < "0.2.0"
  807. grpc-async < "0.2.0"
  808. grpc-lwt < "0.2.0"
  809. gsl >= "1.24.0"
  810. gstreamer >= "0.3.1"
  811. guardian
  812. guile
  813. h1
  814. h1-lwt-unix
  815. h1_parser
  816. h2
  817. h2-async
  818. h2-eio
  819. h2-lwt
  820. h2-lwt-unix
  821. h2-mirage
  822. hack_parallel
  823. hacl >= "0.3"
  824. hacl-star
  825. hacl-star-raw >= "0.5.0"
  826. hacl_x25519
  827. happy-eyeballs
  828. happy-eyeballs-lwt
  829. happy-eyeballs-miou-unix
  830. happy-eyeballs-mirage
  831. hardcaml < "v0.17.0"
  832. hardcaml_axi < "v0.17.0"
  833. hardcaml_c < "v0.17.0"
  834. hardcaml_circuits < "v0.17.0"
  835. hardcaml_fixed_point < "v0.17.0"
  836. hardcaml_handshake < "v0.17.0"
  837. hardcaml_of_verilog < "v0.17.0"
  838. hardcaml_step_testbench < "v0.17.0"
  839. hardcaml_verify < "v0.17.0"
  840. hardcaml_verilator < "v0.17.0"
  841. hardcaml_waveterm < "v0.17.0"
  842. hardcaml_xilinx < "v0.17.0"
  843. hardcaml_xilinx_components < "v0.17.0"
  844. hardcaml_xilinx_reports < "v0.17.0"
  845. hashcons >= "1.4.0"
  846. hashset >= "1.0.1"
  847. haxe >= "4.1.1"
  848. hc < "0.2"
  849. hdf5
  850. headache < "1.07"
  851. header-check
  852. herdtools7 >= "7.55"
  853. hex >= "1.3.0"
  854. hex_encode < "v0.17.0"
  855. hexstring
  856. hg_lib < "v0.17.0"
  857. hidapi >= "1.1"
  858. hidapi-lwt
  859. higher_kinded < "v0.17.0"
  860. higlo >= "0.8"
  861. hilite < "0.5.0"
  862. hkdf
  863. hl_yaml
  864. hockmd
  865. hpack
  866. htmlfromtexbooks
  867. hts_shrink >= "2.0.0"
  868. http-cookie < "4.3.0"
  869. http-lwt-client
  870. http-mirage-client
  871. http-multipart-formdata
  872. http_async
  873. httpaf >= "0.6.0"
  874. httpaf-async >= "0.6.0"
  875. httpaf-lwt-unix
  876. httpaf_caged
  877. httpcats
  878. httph
  879. huffman
  880. hurl
  881. hvsock >= "2.0.0"
  882. hxd
  883. hyper
  884. ISO3166
  885. ISO8601 >= "0.2.6"
  886. i3ipc
  887. icalendar
  888. idd
  889. idds
  890. imagelib
  891. incr_dom < "v0.17.0"
  892. incr_dom_interactive < "v0.17.0"
  893. incr_dom_keyboard
  894. incr_dom_partial_render < "v0.17.0"
  895. incr_dom_sexp_form < "v0.17.0"
  896. incr_dom_widgets
  897. incr_map < "v0.17.0"
  898. incr_select < "v0.17.0"
  899. incremental < "v0.17.0"
  900. incremental_cycles
  901. indentation_buffer < "v0.17.0"
  902. index
  903. index-bench
  904. inferno >= "20190924"
  905. influxdb
  906. influxdb-async
  907. influxdb-lwt
  908. inotify >= "2.4" & < "2.6"
  909. inquire
  910. int_repr < "v0.17.0"
  911. integers >= "0.3.0"
  912. integers_stubs_js
  913. integration1d >= "0.5.1"
  914. interface-prime
  915. interface-prime-lwt
  916. interval >= "1.5" & < "1.6"
  917. interval-map < "0.2.1"
  918. interval_base
  919. interval_crlibm
  920. interval_intel
  921. io-page
  922. io-page-unix
  923. iostream
  924. iostream-camlzip
  925. ipaddr >= "2.9.0"
  926. ipaddr-cstruct
  927. ipaddr-sexp
  928. irc-client >= "0.6.2"
  929. irc-client-lwt >= "0.6.2"
  930. irc-client-lwt-ssl
  931. irc-client-tls >= "0.6.2"
  932. irc-client-unix >= "0.6.2"
  933. iri >= "0.6.0" & < "1.1.0"
  934. irmin
  935. irmin-bench
  936. irmin-chunk
  937. irmin-cli
  938. irmin-client
  939. irmin-containers
  940. irmin-fs
  941. irmin-git
  942. irmin-graphql
  943. irmin-http
  944. irmin-indexeddb
  945. irmin-layers
  946. irmin-mirage
  947. irmin-mirage-git
  948. irmin-mirage-graphql
  949. irmin-pack
  950. irmin-pack-tools
  951. irmin-server
  952. irmin-test
  953. irmin-tezos
  954. irmin-unix
  955. irmin-watcher
  956. iso639
  957. iter
  958. itv-tree >= "2.2"
  959. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  960. jane_rope < "v0.17.0"
  961. janestreet_cpuid < "v0.17.0"
  962. janestreet_csv < "v0.17.0"
  963. janestreet_lru_cache < "v0.17.0"
  964. jekyll-format >= "0.2.0"
  965. jemalloc >= "0.2"
  966. jhupllib
  967. jingoo >= "1.3.0"
  968. jose
  969. js_of_ocaml < "4.1.0"
  970. js_of_ocaml-compiler < "4.1.0"
  971. js_of_ocaml-lwt < "4.1.0"
  972. js_of_ocaml-ocamlbuild >= "3.5.0"
  973. js_of_ocaml-ppx < "4.1.0"
  974. js_of_ocaml-ppx_deriving_json < "4.1.0"
  975. js_of_ocaml-toplevel < "4.1.0"
  976. js_of_ocaml-tyxml < "4.1.0"
  977. js_of_ocaml-webgpu
  978. js_of_ocaml-webidl
  979. js_of_ocaml_patches < "v0.17.0"
  980. json-data-encoding < "1.0.0"
  981. json-data-encoding-browser < "1.0.0"
  982. json-data-encoding-bson < "1.0.0"
  983. json_decoder
  984. jsonaf < "v0.17.0"
  985. jsonoo
  986. jsonrpc < "1.15.1-5.0"
  987. jsonxt
  988. jsoo-react
  989. jsoo_broadcastchannel
  990. jsoo_storage
  991. jst-config < "v0.17.0"
  992. junit >= "2.0.1" & < "2.2.0"
  993. junit_alcotest >= "2.0.1" & < "2.2.0"
  994. junit_ounit >= "2.0.1" & < "2.2.0"
  995. jupyter
  996. jupyter-archimedes
  997. jupyter-kernel
  998. jwto
  999. kafka >= "0.5"
  1000. kafka_async
  1001. kafka_lwt
  1002. kappa-agents
  1003. kappa-binaries
  1004. kappa-library
  1005. kappa-server
  1006. kcas < "0.1.6"
  1007. kdf
  1008. ke
  1009. key-parsers >= "0.10.1"
  1010. kicadsch >= "0.4.0"
  1011. kind2
  1012. kinetic-client >= "0.0.11"
  1013. kittyimg
  1014. kqueue < "0.5.0"
  1015. krb
  1016. lab < "0.1.8"
  1017. lablgtk3
  1018. lablgtk3-extras >= "3.0.1"
  1019. lablgtk3-goocanvas2
  1020. lablgtk3-gtkspell3
  1021. lablgtk3-rsvg2
  1022. lablgtk3-sourceview3
  1023. lablqml
  1024. lacaml >= "11.0.2"
  1025. ladspa >= "0.2.0"
  1026. lambda
  1027. lambda-runtime
  1028. lambda-term >= "2.0" & < "3.3.0"
  1029. lambda_streams
  1030. lambda_streams_async
  1031. lambda_streams_lwt
  1032. lambdapi < "2.3.1"
  1033. lambdasoup >= "0.6.4"
  1034. lame >= "0.3.4"
  1035. landmarks = "1.4"
  1036. landmarks-ppx < "1.5"
  1037. lascar >= "0.6-alpha"
  1038. lastfm = "0.3.3"
  1039. launchd >= "1.3"
  1040. lazy-trie
  1041. lbfgs >= "0.9.1"
  1042. lbvs_consent >= "2.1.0"
  1043. ldap >= "2.4.1"
  1044. ldp < "0.5.0"
  1045. ldp_curl < "0.5.0"
  1046. ldp_js < "0.5.0"
  1047. ldp_tls < "0.5.0"
  1048. leaflet
  1049. learn-ocaml
  1050. learn-ocaml-client
  1051. ledgerwallet
  1052. lens >= "1.2.4"
  1053. letsencrypt
  1054. letsencrypt-app
  1055. letsencrypt-dns
  1056. letsencrypt-mirage
  1057. letters
  1058. leveldb
  1059. libabsolute
  1060. libbinaryen < "110.0.0"
  1061. libirmin
  1062. libsvm >= "0.10.0"
  1063. libzipperposition
  1064. lilac
  1065. lilv
  1066. line-up-words < "v0.17.0"
  1067. line_oriented
  1068. linenoise >= "1.3.1"
  1069. links
  1070. links-mysql
  1071. links-postgresql
  1072. links-sqlite3
  1073. linol
  1074. linol-eio
  1075. linol-lwt
  1076. lintcstubs-arity < "0.2.0" | >= "0.4.1" & < "0.5.2"
  1077. linwrap
  1078. liquid_interpreter
  1079. liquid_ml
  1080. liquid_parser
  1081. liquid_std
  1082. liquid_syntax
  1083. little_logger
  1084. llama-cpp-ocaml
  1085. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1086. lmdb = "1.0"
  1087. lo >= "0.2.0"
  1088. loga
  1089. logical
  1090. logs-async < "1.3"
  1091. logs-async-reporter < "1.3"
  1092. logs-ppx
  1093. logs-syslog
  1094. logtk
  1095. lp
  1096. lp-glpk
  1097. lp-glpk-js
  1098. lp-gurobi
  1099. lp-highs
  1100. lpd
  1101. lrgrep
  1102. lru >= "0.3.0"
  1103. lru_cache
  1104. lsp < "1.15.1-5.0"
  1105. lt-code
  1106. lua-ml >= "0.9.3"
  1107. lua_parser
  1108. lun
  1109. lustre-v6 >= "6.103.3"
  1110. lutils >= "1.51.2"
  1111. lutin >= "2.71.10"
  1112. luv
  1113. luv_unix
  1114. lwd < "0.4"
  1115. lwt < "5.9.2" | = "6.0.0~alpha00"
  1116. lwt-canceler
  1117. lwt-dllist
  1118. lwt-exit
  1119. lwt-parallel
  1120. lwt-pipe
  1121. lwt-pipeline >= "0.2"
  1122. lwt-watcher
  1123. lwt_direct < "6.0.0~beta01"
  1124. lwt_domain
  1125. lwt_eio < "0.4"
  1126. lwt_glib >= "1.1.1"
  1127. lwt_log >= "1.1.1"
  1128. lwt_ppx >= "1.2.2" & < "5.9.2"
  1129. lwt_react >= "1.1.2"
  1130. lwt_retry
  1131. lwt_ssl >= "1.1.3"
  1132. lz4 >= "1.2.0"
  1133. lz4_chans
  1134. lzo >= "0.0.3"
  1135. macaddr
  1136. macaddr-cstruct
  1137. macaddr-sexp
  1138. mad >= "0.5.0"
  1139. magic-mime >= "1.1.2"
  1140. magic-trace
  1141. make-random
  1142. malfunction
  1143. man_in_the_middle_debugger < "v0.17.0"
  1144. markdown
  1145. markup >= "0.8.0"
  1146. markup-lwt
  1147. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1148. matplotlib
  1149. mc2
  1150. mccs
  1151. mcrunch
  1152. mdx >= "1.8.0" & < "2.2.0"
  1153. mec
  1154. mechaml
  1155. mehari-eio < "0.2"
  1156. mehari-eio-unix
  1157. mehari-lwt-unix < "0.2"
  1158. mehari-mirage < "0.2"
  1159. mem_usage
  1160. memcad
  1161. memfd
  1162. memgraph
  1163. memgraph_kitty
  1164. memo < "0.2"
  1165. memprof-limits
  1166. memtrace
  1167. memtrace-mirage
  1168. memtrace_viewer
  1169. menhir >= "20200123"
  1170. menhirCST
  1171. menhirGLR
  1172. menhirLib
  1173. menhirSdk
  1174. merge-fmt < "0.4"
  1175. merlin < "5.3-502"
  1176. merlin-extend
  1177. merlin-lib < "5.3-502"
  1178. mesh >= "0.9.5"
  1179. mesh-easymesh >= "0.9.5"
  1180. mesh-graphics >= "0.9.5"
  1181. mesh-triangle >= "0.9.5"
  1182. metadb
  1183. metapp
  1184. metaquot
  1185. metrics
  1186. metrics-influx
  1187. metrics-lwt
  1188. metrics-rusage
  1189. metrics-unix
  1190. mew
  1191. mew_vi
  1192. mhttp
  1193. mhttp-client
  1194. mhttp-server
  1195. mimic
  1196. mimic-happy-eyeballs
  1197. mindstorm >= "0.8"
  1198. mindstorm-lwt
  1199. minicaml
  1200. minicli >= "5.0.2"
  1201. minisat >= "0.3"
  1202. miou < "0.5.2"
  1203. mirage >= "4.0.0"
  1204. mirage-block
  1205. mirage-block-ccm
  1206. mirage-block-combinators
  1207. mirage-block-lwt
  1208. mirage-block-ramdisk
  1209. mirage-block-solo5
  1210. mirage-block-unix
  1211. mirage-block-xen
  1212. mirage-bootvar
  1213. mirage-channel >= "3.2.0"
  1214. mirage-channel-lwt
  1215. mirage-clock
  1216. mirage-clock-lwt
  1217. mirage-clock-unix
  1218. mirage-conduit
  1219. mirage-console
  1220. mirage-console-lwt
  1221. mirage-crypto
  1222. mirage-crypto-ec
  1223. mirage-crypto-pk
  1224. mirage-crypto-rng
  1225. mirage-crypto-rng-async
  1226. mirage-crypto-rng-eio
  1227. mirage-crypto-rng-lwt
  1228. mirage-crypto-rng-miou-unix
  1229. mirage-crypto-rng-mirage
  1230. mirage-crypto-rng-mkernel
  1231. mirage-device
  1232. mirage-dns
  1233. mirage-flow
  1234. mirage-flow-combinators
  1235. mirage-flow-lwt
  1236. mirage-flow-unix
  1237. mirage-fs
  1238. mirage-fs-lwt
  1239. mirage-kv >= "2.0.0"
  1240. mirage-kv-lwt >= "2.0.0"
  1241. mirage-kv-mem
  1242. mirage-kv-unix < "3.0.0"
  1243. mirage-monitoring
  1244. mirage-mtime
  1245. mirage-nat
  1246. mirage-net
  1247. mirage-net-lwt
  1248. mirage-net-macosx >= "1.6.0"
  1249. mirage-net-solo5
  1250. mirage-net-unix
  1251. mirage-net-xen
  1252. mirage-profile
  1253. mirage-protocols
  1254. mirage-protocols-lwt
  1255. mirage-ptime
  1256. mirage-qubes
  1257. mirage-qubes-ipv4
  1258. mirage-random
  1259. mirage-runtime
  1260. mirage-sleep
  1261. mirage-solo5
  1262. mirage-stack
  1263. mirage-stack-lwt
  1264. mirage-time
  1265. mirage-time-lwt
  1266. mirage-time-unix
  1267. mirage-types >= "3.6.0"
  1268. mirage-types-lwt >= "3.6.0"
  1269. mirage-unix
  1270. mirage-vnetif
  1271. mirage-xen
  1272. mkaudio >= "1.1.0"
  1273. mkocaml
  1274. mlbdd >= "0.7.2"
  1275. mlfenv
  1276. mlmpfr >= "4.0.2+dune"
  1277. mlpost
  1278. mlpost-lablgtk
  1279. mlt_parser < "v0.17.0"
  1280. mm >= "0.7.0" & < "0.8.2"
  1281. mmap
  1282. mmdb
  1283. mmo
  1284. mnet
  1285. mnet-cli
  1286. mnet-dns
  1287. mnet-happy-eyeballs
  1288. mnet-tls
  1289. mock >= "0.1.1"
  1290. mock-ounit >= "0.1.1"
  1291. module-graph
  1292. molenc
  1293. monaco_jsoo
  1294. monolith < "20241126"
  1295. monomorphic >= "2.0"
  1296. monorobot
  1297. morbig >= "0.10.3"
  1298. morsmall
  1299. moss >= "0.1.1"
  1300. mparser >= "1.3"
  1301. mparser-pcre
  1302. mparser-re
  1303. mperf
  1304. mpg123
  1305. mpp >= "0.3.4"
  1306. mpris
  1307. mpris-clients
  1308. mrmime
  1309. msat >= "0.8"
  1310. msat-bin
  1311. msendmail
  1312. mset
  1313. msgpck >= "1.5"
  1314. msgpck-repr
  1315. mssql
  1316. mugen
  1317. mula
  1318. multibase
  1319. multicodec
  1320. multihash
  1321. multihash-digestif
  1322. multipart-form-data >= "0.3.0"
  1323. multipart_form
  1324. multipart_form-cohttp-lwt
  1325. multipart_form-eio
  1326. multipart_form-lwt
  1327. multipart_form-miou
  1328. murmur3 >= "0.3"
  1329. mustache >= "3.1.0"
  1330. mustache-cli
  1331. mutf8
  1332. mwt
  1333. mybuild >= "7"
  1334. mysql8
  1335. mysql_protocol
  1336. n_ary < "v0.17.0"
  1337. naboris
  1338. nacc
  1339. nanoev
  1340. nanoev-picos
  1341. nanoev-posix
  1342. nanoev_tiny_httpd
  1343. nanoid
  1344. nanosvg
  1345. nanosvg_text
  1346. nbd >= "4.0.3"
  1347. nbd-tool
  1348. nbd-unix
  1349. netkat
  1350. netlink >= "0.3.4"
  1351. netsnmp < "v0.17.0"
  1352. nice_parser
  1353. ninja_utils
  1354. nlopt
  1355. nmea
  1356. noCanren
  1357. nocoiner
  1358. node_of_ocaml
  1359. non_empty_list
  1360. nottui < "0.4"
  1361. nottui-lwt < "0.4"
  1362. nottui-pretty < "0.4"
  1363. notty >= "0.2.3"
  1364. notty-miou
  1365. notty_async >= "v0.13.0" & < "v0.17.0"
  1366. np
  1367. npy >= "0.0.9"
  1368. nsq
  1369. numeric_string < "v0.17.0"
  1370. nuscr
  1371. OCanren-ppx
  1372. obeam
  1373. obelisk >= "0.5.0"
  1374. obuilder < "0.5"
  1375. obuilder-spec < "0.5"
  1376. obus >= "1.2.1"
  1377. ocal >= "0.2.2"
  1378. ocaml-canvas
  1379. ocaml-compiler-libs >= "v0.12.0"
  1380. ocaml-embed-file < "v0.17.0"
  1381. ocaml-in-python
  1382. ocaml-lsp-server < "1.17.0"
  1383. ocaml-lua
  1384. ocaml-migrate-parsetree
  1385. ocaml-migrate-parsetree-ocamlbuild
  1386. ocaml-monadic >= "0.4.1"
  1387. ocaml-print-intf
  1388. ocaml-probes < "v0.17.0"
  1389. ocaml-protoc >= "2.0.1"
  1390. ocaml-protoc-plugin < "4.3.1"
  1391. ocaml-r >= "0.1.1"
  1392. ocaml-syntax-shims
  1393. ocaml-systemd >= "1.3"
  1394. ocaml-top
  1395. ocaml-vdom < "transition"
  1396. ocaml-version = "3.5.0"
  1397. ocaml_db_model
  1398. ocaml_intrinsics < "v0.17.0"
  1399. ocaml_pgsql_model
  1400. ocaml_plugin
  1401. ocamlcodoc
  1402. ocamldiff >= "1.2"
  1403. ocamlformat
  1404. ocamlformat-lib
  1405. ocamlformat-mlx
  1406. ocamlformat-mlx-lib
  1407. ocamlformat-rpc < "removed"
  1408. ocamlformat-rpc-lib
  1409. ocamlgraph >= "2.0.0"
  1410. ocamlgraph_gtk
  1411. ocamline
  1412. ocamlog
  1413. ocb
  1414. ocf >= "0.8.0" & < "1.0.0"
  1415. ocf_ppx < "1.0.0"
  1416. ockt
  1417. ocluster < "0.2"
  1418. ocluster-api < "0.2"
  1419. ocolor
  1420. ocp-browser >= "1.2.1"
  1421. ocp-indent >= "1.7.0" & < "1.9.0"
  1422. ocp-indent-nlfork
  1423. ocp-index
  1424. ocp-search
  1425. ocp_reveal
  1426. ocplib-endian >= "1.1"
  1427. ocplib-json-typed >= "0.7"
  1428. ocplib-json-typed-browser
  1429. ocplib-json-typed-bson
  1430. ocplib-simplex >= "0.5"
  1431. ocplib_stuff != "0.3.0"
  1432. ocsigen-i18n >= "4.0.0"
  1433. ocsigen-ppx-rpc
  1434. ocsigenserver >= "4.0.1" & < "7.0.0"
  1435. ocsipersist
  1436. ocsipersist-dbm
  1437. ocsipersist-dbm-config
  1438. ocsipersist-lib
  1439. ocsipersist-pgsql
  1440. ocsipersist-pgsql-config
  1441. ocsipersist-sqlite
  1442. ocsipersist-sqlite-config
  1443. octavius >= "1.2.2"
  1444. odate
  1445. odep < "0.2.0"
  1446. odepack >= "0.6.9"
  1447. odnnr
  1448. odoc < "3.0.0"
  1449. odoc-parser < "3.0.0"
  1450. of_json < "v0.17.0"
  1451. offheap
  1452. ogg >= "1.0.0"
  1453. ohex
  1454. oidc
  1455. ojs < "1.1.4"
  1456. ojs_base
  1457. ojs_base_all
  1458. ojs_base_ppx
  1459. ojs_ed
  1460. ojs_filetree
  1461. ojs_list
  1462. olinq >= "0.3"
  1463. omd >= "1.3.2"
  1464. ometrics
  1465. omg
  1466. omigrate < "0.3.1"
  1467. omlr
  1468. oniguruma
  1469. opam-0install
  1470. opam-0install-cudf
  1471. opam-bin >= "1.0.0"
  1472. opam-build
  1473. opam-client >= "2.0.2"
  1474. opam-compiler
  1475. opam-core >= "2.0.2"
  1476. opam-custom-install
  1477. opam-devel >= "2.0.2"
  1478. opam-ed >= "0.4"
  1479. opam-file-format >= "2.1.0" & < "2.1.5"
  1480. opam-format >= "2.0.2"
  1481. opam-graph
  1482. opam-grep >= "0.2.0"
  1483. opam-installer >= "2.0.2"
  1484. opam-monorepo < "0.3.1"
  1485. opam-package-upgrade >= "0.2"
  1486. opam-publish >= "2.0.2"
  1487. opam-repository >= "2.0.2"
  1488. opam-solver >= "2.0.2"
  1489. opam-spin
  1490. opam-state >= "2.0.2"
  1491. opam-test
  1492. opam_bin_lib != "0.9.5"
  1493. opasswd
  1494. opazl
  1495. openai-gym
  1496. openapi
  1497. openapi-opium
  1498. openapi_router
  1499. opencc0
  1500. opencc1
  1501. opencc1_1
  1502. openQASM
  1503. opentelemetry < "0.90"
  1504. opentelemetry-client-cohttp-eio < "0.90"
  1505. opentelemetry-client-cohttp-lwt < "0.90"
  1506. opentelemetry-client-ocurl < "0.90"
  1507. opentelemetry-cohttp-lwt < "0.90"
  1508. opentelemetry-logs < "0.90"
  1509. opentelemetry-lwt < "0.90"
  1510. opium
  1511. opium-graphql
  1512. opium-testing
  1513. opium_kernel >= "0.17.0"
  1514. oplot < "0.85"
  1515. oplsr
  1516. opomodoro
  1517. opsian
  1518. optal
  1519. opti
  1520. optimization1d >= "0.6.1"
  1521. optiml-transport
  1522. optint
  1523. opus
  1524. oraft < "0.3.0"
  1525. oranger >= "2.0.1"
  1526. orb
  1527. order-i3-xfce
  1528. ordinal_abbreviation < "v0.17.0"
  1529. ordma >= "0.0.5"
  1530. orec >= "1.0.1"
  1531. orewa
  1532. orf
  1533. orgeat
  1534. orpie
  1535. orrandomForest
  1536. orsvm_e1071 >= "4.0.0"
  1537. orun
  1538. orxgboost >= "1.1.0"
  1539. osc >= "0.2.0"
  1540. osc-lwt
  1541. osc-unix
  1542. oseq >= "0.2"
  1543. osh
  1544. oskel
  1545. osnap
  1546. osx-secure-transport
  1547. otf
  1548. otoggl
  1549. otoml
  1550. otr
  1551. ounit = "2.1.2"
  1552. ounit-lwt < "2.2.0"
  1553. ounit2 < "2.2.7"
  1554. ounit2-lwt < "2.2.7"
  1555. override
  1556. owee < "0.8"
  1557. owl >= "0.4.0" & < "1.2"
  1558. owl-base >= "0.4.0" & < "1.2"
  1559. owl-jupyter
  1560. owl-ode
  1561. owl-ode-base
  1562. owl-ode-odepack
  1563. owl-ode-sundials
  1564. owl-opt
  1565. owl-opt-lbfgs
  1566. owl-plplot < "1.1"
  1567. owl-symbolic
  1568. owl-top >= "0.4.0" & < "1.2"
  1569. owl-zoo >= "0.4.0"
  1570. owork
  1571. ozulip
  1572. p4pp
  1573. p5scm
  1574. packstream
  1575. pacomb
  1576. paf
  1577. paf-cohttp
  1578. pam < "v0.17.0"
  1579. pandoc
  1580. pandoc-abbreviations
  1581. pandoc-comment
  1582. pandoc-crossref
  1583. pandoc-include
  1584. pandoc-inspect
  1585. pandoc-pdf2png
  1586. pandoc-replace
  1587. papi >= "0.1.1"
  1588. parany >= "9.0.0"
  1589. pardi
  1590. parmap >= "1.1.1"
  1591. parsexp >= "v0.13.0" & < "v0.17.0"
  1592. parsexp_io < "v0.17.0"
  1593. parsley
  1594. patdiff < "v0.17.0"
  1595. path_glob
  1596. patience_diff < "v0.17.0"
  1597. patricia-tree < "0.10.0"
  1598. pattern
  1599. pb
  1600. pb-plugin
  1601. pbkdf
  1602. pbrt
  1603. pbrt_services
  1604. pbrt_yojson
  1605. pcap-format >= "0.5.2"
  1606. pcre >= "7.3.5"
  1607. pcre2
  1608. pds-reachability >= "0.2.2"
  1609. pecu >= "0.2"
  1610. pf-qubes
  1611. pg_query
  1612. pgocaml >= "4.0"
  1613. pgocaml_ppx
  1614. pgx < "2.2"
  1615. pgx_async < "2.2"
  1616. pgx_lwt < "2.2"
  1617. pgx_lwt_mirage < "2.2"
  1618. pgx_lwt_unix < "2.2"
  1619. pgx_unix < "2.2"
  1620. pgx_value_core < "2.2"
  1621. pgx_value_ptime < "2.2"
  1622. phantom-algebra >= "1.0.1"
  1623. phonetic
  1624. phylogenetics < "0.2.0"
  1625. piaf
  1626. picasso
  1627. piqi >= "0.7.8"
  1628. piqilib >= "0.6.16"
  1629. pixel_pusher
  1630. pkcs11 >= "0.18.0"
  1631. pkcs11-cli
  1632. pkcs11-driver
  1633. pkcs11-rev
  1634. pla >= "1.3"
  1635. plateau
  1636. plato
  1637. plebeia < "2.0.0"
  1638. plist-xml
  1639. plist-xml-lwt
  1640. plotkicadsch
  1641. plplot >= "5.11.0-1"
  1642. polka
  1643. poll
  1644. polling_state_rpc < "v0.17.0"
  1645. polly < "0.5.0"
  1646. polynomial
  1647. pomap
  1648. popper
  1649. portaudio >= "0.2.2"
  1650. portaudio_c_bindings
  1651. posix-base < "4.0.1"
  1652. posix-bindings < "4.0.1"
  1653. posix-getopt >= "2.0.0" & < "4.0.1"
  1654. posix-math2 < "4.0.1"
  1655. posix-signal < "4.0.1"
  1656. posix-socket < "4.0.1"
  1657. posix-socket-unix < "4.0.1"
  1658. posix-time2 < "4.0.1"
  1659. posix-types >= "2.0.0" & < "4.0.1"
  1660. posix-uname < "4.0.1"
  1661. posixat < "v0.17.0"
  1662. postgres_async < "v0.17.0"
  1663. postgresql >= "4.4.1"
  1664. pp
  1665. pp-binary-ints
  1666. pp_loc
  1667. pprint >= "20200226"
  1668. ppx-owl-opt
  1669. ppx_accessor < "v0.17.0"
  1670. ppx_assert < "v0.17.0"
  1671. ppx_bap
  1672. ppx_base < "v0.17.0"
  1673. ppx_bench < "v0.17.0"
  1674. ppx_bin_prot < "v0.17.0"
  1675. ppx_bitstring < "5.0.2"
  1676. ppx_blob >= "0.6.0"
  1677. ppx_camlrack
  1678. ppx_catch
  1679. ppx_cold < "v0.17.0"
  1680. ppx_compare < "v0.17.0"
  1681. ppx_compose >= "0.1.0"
  1682. ppx_const
  1683. ppx_conv_func < "v0.17.0"
  1684. ppx_counters
  1685. ppx_css < "v0.17.0"
  1686. ppx_cstruct
  1687. ppx_cstubs
  1688. ppx_csv_conv < "v0.17.0"
  1689. ppx_custom_printf < "v0.17.0"
  1690. ppx_decimal
  1691. ppx_defer >= "0.4.0"
  1692. ppx_demo < "v0.17.0"
  1693. ppx_derive_at_runtime < "v0.17.0"
  1694. ppx_derivers >= "1.2.1"
  1695. ppx_deriving
  1696. ppx_deriving_cmdliner
  1697. ppx_deriving_encoding
  1698. ppx_deriving_hardcaml
  1699. ppx_deriving_hash
  1700. ppx_deriving_json_schema
  1701. ppx_deriving_jsoo
  1702. ppx_deriving_madcast >= "0.2"
  1703. ppx_deriving_popper
  1704. ppx_deriving_protobuf
  1705. ppx_deriving_qcheck
  1706. ppx_deriving_rpc < "10.2.0"
  1707. ppx_deriving_scad
  1708. ppx_deriving_yaml < "0.2.2"
  1709. ppx_deriving_yojson
  1710. ppx_disable_unused_warnings < "v0.17.0"
  1711. ppx_distr_guards >= "0.2"
  1712. ppx_enumerate < "v0.17.0"
  1713. ppx_expect < "v0.17.0"
  1714. ppx_factory
  1715. ppx_fail
  1716. ppx_fields_conv < "v0.17.0"
  1717. ppx_fixed_literal < "v0.17.0"
  1718. ppx_gen_rec >= "1.1.0"
  1719. ppx_getenv
  1720. ppx_globalize < "v0.17.0"
  1721. ppx_hash < "v0.17.0"
  1722. ppx_here < "v0.17.0"
  1723. ppx_ignore_instrumentation < "v0.17.0"
  1724. ppx_import
  1725. ppx_inline_alcotest
  1726. ppx_inline_test < "v0.16.1"
  1727. ppx_irmin
  1728. ppx_jane < "v0.17.0"
  1729. ppx_js_style < "v0.17.0"
  1730. ppx_jsobject_conv
  1731. ppx_jsonaf_conv < "v0.17.0"
  1732. ppx_let < "v0.17.0"
  1733. ppx_log < "v0.17.0"
  1734. ppx_make
  1735. ppx_map
  1736. ppx_marshal < "0.4.1"
  1737. ppx_marshal_ext < "0.4.1"
  1738. ppx_matches < "0.1.0"
  1739. ppx_meta_conv
  1740. ppx_mikmatch
  1741. ppx_module_timer < "v0.17.0"
  1742. ppx_monad
  1743. ppx_monoid >= "0.3.2"
  1744. ppx_mysql
  1745. ppx_open
  1746. ppx_optcomp < "v0.17.0"
  1747. ppx_optional < "v0.17.0"
  1748. ppx_parser
  1749. ppx_pattern_bind < "v0.17.0"
  1750. ppx_pbt
  1751. ppx_pipebang < "v0.17.0"
  1752. ppx_protocol_conv
  1753. ppx_protocol_conv_json
  1754. ppx_protocol_conv_jsonm
  1755. ppx_protocol_conv_msgpack
  1756. ppx_protocol_conv_xml_light
  1757. ppx_protocol_conv_xmlm
  1758. ppx_protocol_conv_yaml
  1759. ppx_pyformat
  1760. ppx_python < "v0.17.0"
  1761. ppx_rapper
  1762. ppx_rapper_async
  1763. ppx_rapper_lwt
  1764. ppx_regexp >= "0.4.0"
  1765. ppx_repr
  1766. ppx_seq
  1767. ppx_sexp_conv < "v0.17.0"
  1768. ppx_sexp_message < "v0.17.0"
  1769. ppx_sexp_value < "v0.17.0"
  1770. ppx_show
  1771. ppx_stable < "v0.17.0"
  1772. ppx_stable_witness < "v0.17.0"
  1773. ppx_string < "v0.17.0"
  1774. ppx_string_interpolation
  1775. ppx_subliner
  1776. ppx_test
  1777. ppx_tools
  1778. ppx_tools_versioned
  1779. ppx_trace
  1780. ppx_tydi < "v0.17.0"
  1781. ppx_type_directed_value
  1782. ppx_typed_fields < "v0.17.0"
  1783. ppx_typerep_conv < "v0.17.0"
  1784. ppx_tyre
  1785. ppx_units
  1786. ppx_variants_conv < "v0.17.0"
  1787. ppx_viewpattern
  1788. ppx_wideopen
  1789. ppx_xml_conv < "v0.17.0"
  1790. ppx_yojson
  1791. ppx_yojson_conv < "v0.17.0"
  1792. ppx_yojson_conv_lib < "v0.17.0"
  1793. ppxfind
  1794. ppxlib < "0.34.0"
  1795. ppxx
  1796. pratter
  1797. prbnmcn-basic-structures
  1798. prbnmcn-cgrph
  1799. prbnmcn-clustering
  1800. prbnmcn-dagger
  1801. prbnmcn-dagger-gsl
  1802. prbnmcn-dagger-stats
  1803. prbnmcn-dagger-test
  1804. prbnmcn-gnuplot
  1805. prbnmcn-linalg
  1806. prbnmcn-mcts
  1807. prbnmcn-proptest
  1808. prbnmcn-stats
  1809. prbnmcn-ucb1
  1810. prc
  1811. preface
  1812. prettym
  1813. printbox >= "0.2" & < "0.8"
  1814. printbox-html < "0.8"
  1815. printbox-text < "0.8"
  1816. proc-smaps
  1817. prof_spacetime
  1818. profunctor < "v0.17.0"
  1819. progress < "0.5.0"
  1820. prom
  1821. prometheus >= "0.6"
  1822. prometheus-app >= "0.6"
  1823. promise
  1824. promise_jsoo
  1825. promise_jsoo_lwt
  1826. protocell
  1827. protocol-9p >= "1.0.0"
  1828. protocol-9p-tool >= "1.0.0"
  1829. protocol-9p-unix >= "1.0.0"
  1830. protocol_version_header < "v0.17.0"
  1831. prr
  1832. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1833. psq >= "0.1.1"
  1834. ptmap >= "2.0.5"
  1835. ptset
  1836. pulseaudio >= "0.1.4"
  1837. pure-html < "3.9.5"
  1838. pure-splitmix >= "0.3"
  1839. purl
  1840. py >= "1.1"
  1841. pyast
  1842. pyml >= "20210924"
  1843. pyml_bindgen < "0.3.0"
  1844. pyre-ast
  1845. pythonlib
  1846. qbf >= "0.3"
  1847. qcheck >= "0.13"
  1848. qcheck-alcotest
  1849. qcheck-core
  1850. qcheck-ounit
  1851. qinap
  1852. qiskit < "0.44.0"
  1853. qmp >= "0.19.0"
  1854. qrencode
  1855. qtest >= "2.10.1"
  1856. queenshead
  1857. quests
  1858. radamsa
  1859. radare2 >= "0.0.3"
  1860. randomconv
  1861. randoml
  1862. range
  1863. rangeSet
  1864. rankers
  1865. rawlink < "2.1"
  1866. raygui < "1.4.0"
  1867. raylib < "1.4.0"
  1868. rdbg >= "1.196.12"
  1869. rdf >= "0.13.0" & < "1.1.0"
  1870. rdf_impls < "1.1.0"
  1871. rdf_json_ld < "1.1.0"
  1872. rdf_lwt < "1.1.0"
  1873. rdf_mysql < "1.1.0"
  1874. rdf_postgresql < "1.1.0"
  1875. rdf_ppx < "1.1.0"
  1876. re >= "1.9.0" & < "1.13.2"
  1877. re2 < "v0.17.0"
  1878. re2_stable
  1879. re_parser < "v0.17.0"
  1880. reactiveData = "0.3.0"
  1881. reanalyze
  1882. reason < "3.14.0"
  1883. reason-standard
  1884. received
  1885. record_builder < "v0.17.0"
  1886. records >= "1.0.0"
  1887. reddit_api_async
  1888. reddit_api_kernel
  1889. redirect
  1890. redis >= "0.4"
  1891. redis-async < "v0.17.0"
  1892. redis-lwt >= "0.4"
  1893. redis-sync >= "0.4"
  1894. reed-solomon-erasure >= "1.0.2"
  1895. reedsolomon
  1896. refl
  1897. regex_parser_intf < "v0.17.0"
  1898. regrade
  1899. remu_ts
  1900. reparse
  1901. reparse-lwt
  1902. reparse-lwt-unix
  1903. reparse-unix
  1904. repr
  1905. repr-bench
  1906. repr-fuzz
  1907. res >= "5.0.1"
  1908. res_tailwindcss
  1909. resource-pooling >= "1.1"
  1910. resource_cache < "v0.17.0"
  1911. resp
  1912. resp-client
  1913. resp-mirage
  1914. resp-server >= "0.9"
  1915. resp-unix
  1916. resto
  1917. resto-acl
  1918. resto-cohttp
  1919. resto-cohttp-client
  1920. resto-cohttp-self-serving-client
  1921. resto-cohttp-server
  1922. resto-directory
  1923. resto-json
  1924. result
  1925. rfc1951 >= "0.8.1" & != "1.0.0"
  1926. rfc6287 >= "1.0.4"
  1927. rfc7748
  1928. rfsm >= "1.6-alpha-3" & < "2.0"
  1929. rhythm
  1930. ringo
  1931. ringo-lwt
  1932. rock
  1933. roman
  1934. root1d >= "0.5.1"
  1935. rope >= "0.6.2"
  1936. rosetta >= "0.2.0"
  1937. routes
  1938. rowex
  1939. rpc
  1940. rpc_parallel < "v0.17.0"
  1941. rpclib < "10.2.0"
  1942. rpclib-async < "10.2.0"
  1943. rpclib-html < "10.2.0"
  1944. rpclib-js < "10.2.0"
  1945. rpclib-lwt < "10.2.0"
  1946. rsdd
  1947. rss
  1948. rtop < "3.14.0"
  1949. rungen
  1950. rusage
  1951. rust-staticlib-gen
  1952. rust-staticlib-virtual
  1953. SZXX
  1954. safepass >= "3.1"
  1955. salsa20 >= "1.0.0"
  1956. salsa20-core >= "1.0.0"
  1957. samplerate >= "0.1.6"
  1958. sarek
  1959. satex
  1960. satyrographos
  1961. scad_ml
  1962. scfg
  1963. scgi
  1964. scipy
  1965. scrypt-kdf
  1966. sd_logic
  1967. search < "0.1.1"
  1968. searchTree
  1969. secp256k1 >= "0.4.1"
  1970. secp256k1-internal
  1971. sedlex < "3.2"
  1972. sek
  1973. semantic_version < "v0.17.0"
  1974. semaphore-compat
  1975. semver >= "0.2.1"
  1976. semver2
  1977. sendmail
  1978. sendmail-lwt
  1979. sendmail-miou-unix
  1980. sendmail-mirage
  1981. sentry
  1982. seq < "base"
  1983. sequencer_table < "v0.17.0"
  1984. serial
  1985. session >= "0.4.1"
  1986. session-cohttp >= "0.4.1"
  1987. session-cohttp-async >= "0.4.1"
  1988. session-cohttp-lwt >= "0.4.1"
  1989. session-cookie
  1990. session-cookie-async
  1991. session-cookie-lwt
  1992. session-postgresql >= "0.4.1"
  1993. session-postgresql-async
  1994. session-postgresql-lwt
  1995. session-redis-lwt >= "0.4.1"
  1996. session-webmachine >= "0.4.1"
  1997. setcore >= "1.0.2"
  1998. sexp < "v0.17.0"
  1999. sexp_decode
  2000. sexp_diff < "v0.17.0"
  2001. sexp_diff_kernel
  2002. sexp_grammar < "v0.17.0"
  2003. sexp_macro < "v0.17.0"
  2004. sexp_pretty < "v0.17.0"
  2005. sexp_select < "v0.17.0"
  2006. sexp_string_quickcheck < "v0.17.0"
  2007. sexplib >= "v0.13.0" & < "v0.17.0"
  2008. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2009. sgf
  2010. sha >= "1.13"
  2011. shapefile
  2012. shared-block-ring
  2013. shared-memory-ring
  2014. shared-memory-ring-lwt
  2015. shared-secret >= "0.4"
  2016. shell < "v0.17.0"
  2017. shexp < "v0.17.0"
  2018. shine >= "0.2.2"
  2019. shuttle
  2020. shuttle_http < "0.11.0"
  2021. shuttle_ssl
  2022. sifun
  2023. sihl
  2024. sihl-cache
  2025. sihl-contract
  2026. sihl-core
  2027. sihl-email
  2028. sihl-facade
  2029. sihl-persistence
  2030. sihl-queue
  2031. sihl-session
  2032. sihl-storage
  2033. sihl-token
  2034. sihl-type
  2035. sihl-user
  2036. sihl-web
  2037. simple63
  2038. sklearn
  2039. slacko
  2040. slug
  2041. smart-print >= "0.3.0"
  2042. smol
  2043. smol-helpers
  2044. smtlib-utils
  2045. snappy
  2046. so
  2047. solid < "0.5.0"
  2048. solid_server < "0.5.0"
  2049. solid_tools < "0.5.0"
  2050. solidity-alcotest
  2051. solidity-common
  2052. solidity-parser
  2053. solidity-test
  2054. solidity-typechecker
  2055. solo5-elftool
  2056. sortedseq_intersect
  2057. soundtouch >= "0.1.9"
  2058. soupault
  2059. spacetime_lib
  2060. spawn < "v0.9.0" | >= "v0.13.0"
  2061. spdx_licenses
  2062. spectrum < "1.0.0.alpha"
  2063. speex
  2064. spelll >= "0.3"
  2065. spin
  2066. splay_tree < "v0.17.0"
  2067. splittable_random < "v0.17.0"
  2068. spoc
  2069. spoc_ppx
  2070. spoke
  2071. spotify-web-api
  2072. spotlib >= "4.1.0"
  2073. sqlgg >= "20200521"
  2074. sqlite3 >= "4.4.1"
  2075. sqlite3_utils
  2076. srt < "0.3.4"
  2077. ssh-agent >= "0.2.0"
  2078. ssl >= "0.5.6"
  2079. stdcompat >= "19"
  2080. stdint >= "0.6.0" & < "0.7.2"
  2081. stdint-literals
  2082. stdio < "v0.17.0"
  2083. stdlib-diff
  2084. stdlib-random
  2085. stdlib-shims
  2086. stitch
  2087. stk < "0.5.0"
  2088. stk_iconv < "0.5.0"
  2089. stk_ocf < "0.5.0"
  2090. stk_ppx < "0.5.0"
  2091. stk_rdf < "0.5.0"
  2092. stk_xml < "0.5.0"
  2093. stog >= "0.20.0"
  2094. stog_all
  2095. stog_asy
  2096. stog_dot
  2097. stog_extern
  2098. stog_markdown
  2099. stog_multi_doc
  2100. stog_nocaml
  2101. stog_noexec
  2102. stog_plugins
  2103. stog_rdf
  2104. stog_rel_href
  2105. stog_server
  2106. stog_server_multi
  2107. stog_sitemap
  2108. stog_writing
  2109. stone >= "0.5.2"
  2110. stored_reversed < "v0.17.0"
  2111. streamable < "v0.17.0"
  2112. streaming
  2113. string_dict < "v0.17.0"
  2114. stringext >= "1.6.0"
  2115. sturgeon >= "0.4.2"
  2116. subscriptions-transport-ws
  2117. subtype-refinement >= "0.2"
  2118. sun
  2119. svmwrap
  2120. swagger >= "0.2.0"
  2121. swhid
  2122. swhid_compute
  2123. swhid_core
  2124. swhid_types
  2125. swipl
  2126. syguslib-utils
  2127. syndic >= "1.6.0"
  2128. sys-socket
  2129. sys-socket-unix
  2130. syslog
  2131. syslog-message >= "1.0.0"
  2132. syslog-rfc5424 < "0.2"
  2133. systemverilog >= "0.0.2"
  2134. tablecloth-base
  2135. tablecloth-native < "transition"
  2136. taglib >= "0.3.7"
  2137. talaria-bibtex
  2138. tar
  2139. tar-eio
  2140. tar-mirage
  2141. tar-unix
  2142. tcalc
  2143. tcpip
  2144. tdigest
  2145. telltime
  2146. tensorboard
  2147. terminal < "0.4.0"
  2148. terminal_size >= "0.1.4"
  2149. testu01
  2150. textmate-language
  2151. textrazor
  2152. textutils < "v0.17.0"
  2153. textutils_kernel < "v0.17.0"
  2154. textwrap >= "0.2.1"
  2155. tezos-base58
  2156. tezos-context-hash
  2157. tezt < "3.0.0"
  2158. theora
  2159. thread-local-storage
  2160. thrift
  2161. tidy
  2162. tidy_email
  2163. tidy_email_mailgun
  2164. tidy_email_sendgrid
  2165. tidy_email_smtp
  2166. tilde_f < "v0.17.0"
  2167. time_now < "v0.17.0"
  2168. timed >= "1.1"
  2169. timedesc
  2170. timedesc-json
  2171. timedesc-sexp
  2172. timedesc-tzdb
  2173. timedesc-tzlocal
  2174. timedesc-tzlocal-js
  2175. timere
  2176. timere-parse
  2177. timezone < "v0.17.0"
  2178. tiny_httpd < "0.18"
  2179. tiny_httpd_camlzip < "0.18"
  2180. tip-parser >= "0.4"
  2181. tldr
  2182. tls >= "0.12.8" & < "0.15.4"
  2183. tls-async < "0.17.0"
  2184. tls-mirage < "0.15.4"
  2185. tofn
  2186. toml < "7.1.0"
  2187. toml-cconv
  2188. toml_cconv
  2189. toplevel_backend < "v0.17.0"
  2190. toplevel_expect_test < "v0.17.0"
  2191. topological_sort < "v0.17.0"
  2192. torch < "v0.17.0"
  2193. tqdm
  2194. trace
  2195. trace-fuchsia
  2196. trace-runtime-events
  2197. trace-tef
  2198. tracing < "v0.17.0"
  2199. tracy-client
  2200. transept
  2201. traverse
  2202. travesty < "0.7.2"
  2203. trax >= "0.4.0"
  2204. tree_layout >= "0.2"
  2205. treeprint >= "2.3.0"
  2206. trie
  2207. tsdl-image >= "0.3.0"
  2208. tsdl-mixer
  2209. tsdl-ttf >= "0.3"
  2210. tsort
  2211. tube >= "4.4.0"
  2212. tuntap
  2213. twirp_cohttp_lwt_unix
  2214. twirp_core
  2215. twirp_ezcurl
  2216. twirp_tiny_httpd
  2217. twostep
  2218. tyabt
  2219. typerep >= "v0.13.0" & < "v0.17.0"
  2220. typeset < "0.4"
  2221. tyre = "0.5"
  2222. tyxml >= "4.3.0"
  2223. tyxml-jsx
  2224. tyxml-lwd < "0.4"
  2225. tyxml-ppx >= "4.3.0"
  2226. tyxml-syntax
  2227. ubase
  2228. ubpf
  2229. uecc >= "0.2"
  2230. ufind
  2231. uint >= "2.0.1"
  2232. ulid
  2233. um-abt
  2234. unidecode
  2235. unionFind < "20250818"
  2236. unisim_archisec < "0.0.1"
  2237. unison < "2.53.4"
  2238. universo
  2239. unix-errno >= "0.6.0"
  2240. unstrctrd
  2241. uri >= "2.2.1"
  2242. uri-bench
  2243. uri-re
  2244. uri-sexp
  2245. uring < "0.4"
  2246. uritemplate
  2247. user-agent-parser
  2248. username_kernel < "v0.17.0"
  2249. uspf
  2250. uspf-lwt
  2251. uspf-mirage
  2252. uspf-unix
  2253. utcp
  2254. utop
  2255. uuuu >= "0.1.1"
  2256. validator
  2257. variantslib >= "v0.13.0" & < "v0.17.0"
  2258. varray
  2259. vcaml
  2260. vcardgen >= "1.2"
  2261. vchan
  2262. vchan-unix
  2263. vchan-xen
  2264. vec
  2265. vector
  2266. vector3 >= "1.0.0"
  2267. vercel
  2268. vhd-format >= "0.12.0"
  2269. vhd-format-lwt
  2270. virtual_dom < "v0.17.0"
  2271. visitors >= "20200207"
  2272. vlq >= "0.2.1"
  2273. vmnet
  2274. vocal
  2275. voqc
  2276. vorbis
  2277. vpt >= "5.0.0"
  2278. vue-jsoo
  2279. wall
  2280. wasm >= "2.0.2"
  2281. wasmer
  2282. wasmtime
  2283. wayland
  2284. waylaunch
  2285. webauthn
  2286. weberizer >= "0.8"
  2287. webmachine >= "0.6.2"
  2288. websocket >= "2.12"
  2289. websocket-async
  2290. websocket-lwt
  2291. websocket-lwt-unix
  2292. websocketaf
  2293. webtest
  2294. webtest-js
  2295. wikitext
  2296. win-error >= "1.0"
  2297. win-eventlog >= "0.3"
  2298. winsvc
  2299. ws
  2300. ws-server
  2301. wseg
  2302. wtf8 >= "1.0.2"
  2303. wtr
  2304. wtr-ppx
  2305. wu-manber-fuzzy-search
  2306. x509
  2307. x86_64-esperanto >= "0.0.6"
  2308. xapi-backtrace
  2309. xapi-inventory
  2310. xapi-rrd
  2311. xapi-stdext-date
  2312. xapi-stdext-encodings
  2313. xapi-stdext-pervasives
  2314. xapi-stdext-std
  2315. xapi-stdext-threads
  2316. xapi-stdext-unix
  2317. xapi-stdext-zerocheck
  2318. xdg-basedir
  2319. xen-evtchn
  2320. xen-evtchn-unix
  2321. xen-gnt
  2322. xen-gnt-unix
  2323. xenstore
  2324. xenstore-tool
  2325. xenstore_transport >= "1.1.0"
  2326. xmelly
  2327. xml-light >= "2.5"
  2328. xmldiff >= "0.7.0"
  2329. xmldiff_js
  2330. xmlplaylist >= "0.1.5"
  2331. xoshiro
  2332. xtmpl >= "0.19.0" & < "1.1.0"
  2333. xtmpl_js < "1.1.0"
  2334. xtmpl_ppx < "1.1.0"
  2335. yaml >= "1.0.0"
  2336. yaml-sexp
  2337. yara >= "0.2"
  2338. yocaml < "2.0.0"
  2339. yocaml_cmark
  2340. yocaml_git < "2.0.0"
  2341. yocaml_jingoo < "2.0.0"
  2342. yocaml_markdown < "2.4.1"
  2343. yocaml_mustache < "2.0.0"
  2344. yocaml_syndication < "2.0.0"
  2345. yocaml_unix < "2.0.0"
  2346. yocaml_yaml < "2.0.0"
  2347. yojson >= "1.5.0"
  2348. yojson-bench
  2349. yojson-five
  2350. yultracer
  2351. yurt >= "0.6"
  2352. yuscii >= "0.2.1"
  2353. yuujinchou
  2354. zarith-ppx
  2355. zarith_stubs_js < "v0.17.0"
  2356. zed >= "2.0.6" & < "3.2.0"
  2357. zeit
  2358. zelus
  2359. zelus-gtk
  2360. zipperposition
  2361. zipperposition-tools
  2362. zlib
  2363. zlist >= "0.4.0"
  2364. zmq >= "5.1.0"
  2365. zmq-async >= "5.1.0"
  2366. zmq-eio
  2367. zmq-lwt >= "5.1.0"
  2368. zstandard < "v0.17.0"
  2369. zstd = "0.3"
  2370. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"