package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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.

Added to opam-repository:

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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

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

The example directory contains examples of projects using dune.

Main workflow 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. OCaml is all you need to build Dune and packages using Dune. 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 and arrange them in any way on the file system. 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 can 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

We recommended installing Dune 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 boot/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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 fairly stable and 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"

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