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