package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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 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" & < "5.3"

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